Skip to main content
All docs
V26.1
  • LightweightThemeManager.GetActualAllowStandardControlsTheming(DependencyObject) Method

    Returns the actual value of the AllowStandardControlsTheming attached property for the specified LightweightThemeManager.

    Namespace: DevExpress.Xpf.Core

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

    Declaration

    public static bool GetActualAllowStandardControlsTheming(
        DependencyObject x
    )

    Parameters

    Name Type Description
    x DependencyObject

    An associated object.

    Returns

    Type Description
    Boolean

    The AllowStandardControlsTheming property value.

    See Also