Skip to main content
All docs
V26.1
  • LWThemeDictionary.ReloadOnThemeChange Property

    Gets or sets whether to reload the app when the theme is changed. This is a dependency property.

    Namespace: DevExpress.Xpf.DXBinding

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

    Declaration

    public bool ReloadOnThemeChange { get; set; }

    Property Value

    Type Description
    Boolean

    true to reload the app when the theme is changed; otherwise, false.

    See Also