Skip to main content
All docs
V23.2

LightweightTheme.ShowInThemeSelector Property

Gets or sets whether to display the theme in the theme selector.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ShowInThemeSelector { get; set; }

Property Value

Type Description
Boolean

true to display the theme in the theme selector; otherwise, false.

See Also