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