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

    Gets whether the theme is a palette theme.

    Namespace: DevExpress.Xpf.Core

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

    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