Back to Devexpress

ListBoxColumnCellDisplayTemplateContext Properties

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

latest1.7 KB
Original Source

ListBoxColumnCellDisplayTemplateContext Properties

Stores information about a column cell in list editors and is passed as the context parameter to the ColumnCellDisplayTemplate property.

NameDescription
ColumnReturns the current column.
DataItemReturns the current data item.
DisplayTextReturns the column cell’s display text.
HighlightedDisplayTextReturns the cell’s display text with highlighted search text.
IsDisabledReturns whether the item is disabled.
ValueReturns the column cell’s value.
VisibleIndexSpecifies a list box item’s visible index. Inherited from ListBoxDisplayTemplateContextBase.

See Also

ListBoxColumnCellDisplayTemplateContext Class

ListBoxColumnCellDisplayTemplateContext Members

DevExpress.Blazor Namespace