Skip to main content
All docs
V26.1
  • ListBoxGroupHeaderDisplayTemplateContext Class

    Stores information about a group header and is passed as the context parameter to the GroupHeaderDisplayTemplate.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public class ListBoxGroupHeaderDisplayTemplateContext :
        ListBoxDisplayTemplateContextBase

    Remarks

    Refer to the GroupHeaderDisplayTemplate property description for additional information and an example.

    See Also