Skip to main content
All docs
V26.1
  • TagBoxItemDisplayTemplateContext<TData> Class

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public class TagBoxItemDisplayTemplateContext<TData> :
        ListBoxItemDisplayTemplateContext

    Type Parameters

    Name Description
    TData

    The data item type.

    Remarks

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

    Inheritance

    See Also