Back to Devexpress

WorkspaceManager.SetIsEnabled(FrameworkElement, Boolean) Method

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

latest1.6 KB
Original Source

WorkspaceManager.SetIsEnabled(FrameworkElement, Boolean) Method

Sets the value of the WorkspaceManager.IsEnabled attached property to the specified FrameworkElement.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static void SetIsEnabled(
    FrameworkElement targetControl,
    bool enabled
)
vb
Public Shared Sub SetIsEnabled(
    targetControl As FrameworkElement,
    enabled As Boolean
)

Parameters

NameTypeDescription
targetControlFrameworkElement

The element to which the attached property is written.

| | enabled | Boolean |

The value of the WorkspaceManager.IsEnabled property to be set.

|

See Also

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Xpf.Core Namespace