예제 #1
0
 /// <inheritdoc />
 protected override CellTemplate GetItemPlaceholderCellTemplate(GridPlaceholderCellContext context) => CellTemplate.Empty;
예제 #2
0
 /// <inheritdoc />
 CellTemplate IHxGridColumn <TItem> .GetItemPlaceholderCellTemplate(GridPlaceholderCellContext context) => this.GetItemPlaceholderCellTemplate(context);
예제 #3
0
 /// <summary>
 /// Returns placeholder cell template.
 /// </summary>
 protected abstract CellTemplate GetItemPlaceholderCellTemplate(GridPlaceholderCellContext context);
예제 #4
0
 protected override CellTemplate GetItemPlaceholderCellTemplate(GridPlaceholderCellContext context)
 {
     return(CellTemplate.Empty);
 }