Back to Devexpress

ComboBoxItemDisplayTemplateContext<TData> Properties

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

latest2.0 KB
Original Source

ComboBoxItemDisplayTemplateContext<TData> Properties

Stores information about a ComboBox item. The ItemDisplayTemplate property accepts this object as the context parameter.

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

See Also

ComboBoxItemDisplayTemplateContext<TData> Class

ComboBoxItemDisplayTemplateContext<TData> Members

DevExpress.Blazor Namespace