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

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

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.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