Skip to main content
All docs
V26.1
  • ThemePalette(String) Constructor

    Initializes a new instance of the ThemePalette class with the specified name.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public ThemePalette(
        string name
    )

    Parameters

    Name Type Description
    name String

    A value that specifies the palette name. This value is assigned to the ThemePaletteBase.Name property.

    See Also