IComboBoxSettings.GroupHeaderDisplayTemplate Property
In This Article
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
C#
[Parameter]
RenderFragment<ComboBoxGroupHeaderDisplayTemplateContext> GroupHeaderDisplayTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Render |
The template content. |
#Remarks
Refer to the GroupHeaderDisplayTemplate property description for more information and an example.
See Also