Back to Devexpress

ListBoxColumnCellDisplayTemplateContext<TData> Properties

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

latest2.3 KB
Original Source

ListBoxColumnCellDisplayTemplateContext<TData> Properties

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

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

See Also

ListBoxColumnCellDisplayTemplateContext<TData> Class

ListBoxColumnCellDisplayTemplateContext<TData> Members

DevExpress.Blazor Namespace