Skip to main content
All docs
V25.1
  • ComboBoxItemDisplayTemplateContext<TData> Properties

    Stores information about a ComboBox item. The ItemDisplayTemplate property accepts this object as the context parameter.
    Name Description
    DataItem Returns the processed data item.
    DisplayText Returns the item’s display text. Inherited from ListBoxItemDisplayTemplateContext.
    HighlightedDisplayText Returns the item’s display text with highlighted search text. Inherited from ListBoxItemDisplayTemplateContext.
    IsDisabled Returns whether the item is disabled. Inherited from ListBoxItemDisplayTemplateContext.
    Value Returns the item value. Inherited from ListBoxItemDisplayTemplateContext.
    VisibleIndex Specifies a list box item’s visible index. Inherited from ListBoxDisplayTemplateContextBase.
    See Also