Back to Devexpress

WorkspaceManager.GetIsEnabled(FrameworkElement) Method

wpf-devexpress-dot-xpf-dot-core-dot-workspacemanager-dot-getisenabled-x28-system-dot-windows-dot-frameworkelement-x29.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static bool GetIsEnabled(
    FrameworkElement targetControl
)
vb
Public Shared Function GetIsEnabled(
    targetControl As FrameworkElement
) As Boolean

Parameters

NameTypeDescription
targetControlFrameworkElement

The element from which the property value is read.

|

Returns

TypeDescription
Boolean

The WorkspaceManager.IsEnabled property value for the element.

|

See Also

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Xpf.Core Namespace