Skip to main content
All docs
V25.2
  • ComboBoxItemDisplayTemplateContext Class

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    Declaration

    public class ComboBoxItemDisplayTemplateContext :
        ListBoxItemDisplayTemplateContext

    Remarks

    Refer to the ItemDisplayTemplate property description for more information and examples.

    See Also