Back to Devexpress

ComboBoxColumnCellDisplayTemplateContext<TData> Properties

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

latest2.3 KB
Original Source

ComboBoxColumnCellDisplayTemplateContext<TData> Properties

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

NameDescription
ColumnReturns the current column. Inherited from ListBoxColumnCellDisplayTemplateContext.
DataItemReturns the processed 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

ComboBoxColumnCellDisplayTemplateContext<TData> Class

ComboBoxColumnCellDisplayTemplateContext<TData> Members

DevExpress.Blazor Namespace