Skip to main content
All docs
V25.1
  • LightweightThemeManager.SetAllowStandardControlsTheming(DependencyObject, Nullable<Boolean>) Method

    Sets the value of the LightweightThemeManager.AllowStandardControlsTheming attached property to the specified LightweightThemeManager.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static void SetAllowStandardControlsTheming(
        DependencyObject x,
        bool? v
    )

    Parameters

    Name Type Description
    x DependencyObject

    An associated object.

    v Nullable<Boolean>

    The AllowStandardControlsTheming property value.

    See Also