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