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.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| x | DependencyObject | An associated object. |
Returns
| Type | Description |
|---|---|
| Nullable<Boolean> | The AllowStandardControlsTheming property value. |
See Also