Skip to main content
All docs
V25.1
  • LightweightTheme.IsPaletteTheme Property

    Gets whether the theme is a palette theme.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public bool IsPaletteTheme { get; }

    Property Value

    Type Description
    Boolean

    true if the theme is a palette theme; otherwise, false.

    Remarks

    The RibbonGalleryItemThemePaletteSelectorBehavior displays palette themes and allows users to apply these themes at runtime:

    Lightweight Themes - Predefined Palettes

    See Also