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