Skip to main content
All docs
V25.1
  • ListBoxItemDisplayTemplateContext Properties

    Stores information about a List Box 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.
    HighlightedDisplayText Returns the item’s display text with highlighted search text.
    IsDisabled Returns whether the item is disabled.
    Value Returns the item value.
    VisibleIndex Specifies a list box item’s visible index. Inherited from ListBoxDisplayTemplateContextBase.
    See Also