Skip to main content
All docs
V25.1
  • IComboBoxSettings.GroupHeaderDisplayTemplate Property

    Specifies the template used to display group headers when ComboBox items are grouped.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [Parameter]
    RenderFragment<ComboBoxGroupHeaderDisplayTemplateContext> GroupHeaderDisplayTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<ComboBoxGroupHeaderDisplayTemplateContext>

    The template content.

    Remarks

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

    See Also