Skip to main content

WorkspaceManager.GetIsEnabled(FrameworkElement) Method

Gets the value of the WorkspaceManager.IsEnabled attached property for the specified FrameworkElement.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static bool GetIsEnabled(
    FrameworkElement targetControl
)

Parameters

Name Type Description
targetControl FrameworkElement

The element from which the property value is read.

Returns

Type Description
Boolean

The WorkspaceManager.IsEnabled property value for the element.

See Also