/// <inheritdoc /> protected override CellTemplate GetItemPlaceholderCellTemplate(GridPlaceholderCellContext context) => CellTemplate.Empty;
/// <inheritdoc /> CellTemplate IHxGridColumn <TItem> .GetItemPlaceholderCellTemplate(GridPlaceholderCellContext context) => this.GetItemPlaceholderCellTemplate(context);
/// <summary> /// Returns placeholder cell template. /// </summary> protected abstract CellTemplate GetItemPlaceholderCellTemplate(GridPlaceholderCellContext context);
protected override CellTemplate GetItemPlaceholderCellTemplate(GridPlaceholderCellContext context) { return(CellTemplate.Empty); }