Back to Devexpress

GridDataColumnCellDisplayTemplateContext Properties

blazor-devexpress-dot-blazor-dot-griddatacolumncelldisplaytemplatecontext-dot-underscore-properties.md

latest1.7 KB
Original Source

GridDataColumnCellDisplayTemplateContext Properties

Stores information about a data column cell in the Grid and is passed as the context parameter to the DxGrid.DataColumnCellDisplayTemplate and DxGridDataColumn.CellDisplayTemplate.

NameDescription
DataColumnReturns the data column to which the cell belongs.
DataItemReturns the processed data item.
DisplayTextReturns the cell’s display text.
GridReturns the Grid object.
HighlightedDisplayTextReturns the cell’s display text with highlighted search text (if any).
ValueReturns the cell value.
VisibleIndexReturns the visible index of the current row.

See Also

GridDataColumnCellDisplayTemplateContext Class

GridDataColumnCellDisplayTemplateContext Members

DevExpress.Blazor Namespace