Skip to main content
All docs
V25.1
  • DxColorPaletteGroup.Header Property

    Specifies the color group’s header text.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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