Skip to main content
All docs
V26.1
  • ComboBoxEditBoxDisplayTemplateContext<TData, TValue> Class

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public class ComboBoxEditBoxDisplayTemplateContext<TData, TValue>

    Type Parameters

    Name Description
    TData

    The data item type.

    TValue

    The value type.

    Inheritance

    Object
    ComboBoxEditBoxDisplayTemplateContext<TData, TValue>
    See Also