DxColorPaletteGroup.Header Property
Specifies the color group’s header text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
[Parameter]
public string Header { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| String | null | The header’s text. |
Remarks
Refer to the DxColorPaletteGroup class description for more information and an example.
See Also