Skip to main content
All docs
V23.2

LightweightTheme.IsPaletteTheme Property

Gets whether the theme is a palette theme.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.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