WorkspaceManager.SetIsEnabled(FrameworkElement, Boolean) Method
In This Article
Sets the value of the WorkspaceManager.IsEnabled attached property to the specified FrameworkElement.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static void SetIsEnabled(
FrameworkElement targetControl,
bool enabled
)
#Parameters
Name | Type | Description |
---|---|---|
target |
Framework |
The element to which the attached property is written. |
enabled | Boolean | The value of the Workspace |
See Also