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

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public class ComboBoxItemDisplayTemplateContext<TData> :
        ComboBoxItemDisplayTemplateContext

    Type Parameters

    Name Description
    TData

    The data item type.

    Remarks

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

    See Also