Skip to main content
All docs
V25.2
  • DxColorPalettePresets.GetPalette(ColorPalettePresetType) Method

    Returns a collection of the Color Palette’s presets.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public static IReadOnlyList<string> GetPalette(
        ColorPalettePresetType type
    )

    Parameters

    Name Type Description
    type ColorPalettePresetType

    The preset type.

    Returns

    Type Description
    IReadOnlyList<String>

    The collection of color presets.

    Remarks

    Refer to the DxColorPalettePresets class description for more information and an example.

    See Also