Skip to main content
All docs
V25.1
  • LWThemeValueExtension(Object) Constructor

    Initializes a new instance of the LWThemeValueExtension class with specified settings.

    Namespace: DevExpress.Xpf.DXBinding

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public LWThemeValueExtension(
        object defaultValue
    )

    Parameters

    Name Type Description
    defaultValue Object

    The default value applied to the current theme.

    See Also