Skip to main content
A newer version of this page is available. .

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

Declaration

public static void SetIsEnabled(
    FrameworkElement targetControl,
    bool enabled
)

Parameters

Name Type Description
targetControl FrameworkElement

The element to which the attached property is written.

enabled Boolean

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

See Also