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