IComboBoxSettings.GroupHeaderDisplayTemplate Property
Specifies the template used to display group headers when ComboBox items are grouped.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.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