Skip to main content
All docs
V25.1
  • LWThemeValueExtension.Default Property

    Gets or sets the default value for all lightweight themes. This is a dependency property.

    Namespace: DevExpress.Xpf.DXBinding

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public object Default { get; set; }

    Property Value

    Type Description
    Object

    The default value for all lightweight themes.

    Remarks

    Refer to the following topic for additional information: Set Theme-Specific Values in XAML.

    See Also