Skip to main content
All docs
V23.2

LightweightThemeManager.GetAllowStandardControlsTheming(DependencyObject) Method

Gets the value of the LightweightThemeManager.AllowStandardControlsTheming attached property for the specified LightweightThemeManager.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static bool? GetAllowStandardControlsTheming(
    DependencyObject x
)

Parameters

Name Type Description
x DependencyObject

An associated object.

Returns

Type Description
Nullable<Boolean>

The AllowStandardControlsTheming property value.

See Also