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

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public class TagBoxEditBoxDisplayTemplateContext<TData, TValue>

    Type Parameters

    Name Description
    TData

    The data item type.

    TValue

    The value type.

    Remarks

    Refer to the EditBoxDisplayTemplate property description for additional information and examples.

    Inheritance

    Object
    TagBoxEditBoxDisplayTemplateContext<TData, TValue>
    See Also