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

WorkspaceManager.FromControl(Control) Method

Gets a WorkspaceManager stored within the target control.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public static WorkspaceManager FromControl(
    Control control
)

Parameters

Name Type Description
control Control

A Control from which a WorkspaceManager is extracted.

Returns

Type Description
WorkspaceManager

A WorkspaceManager stored within the target control.

Remarks

You can pass a control (such as Form or UserControl) to the FromControl method’s control parameter in order to get a WorkspaceManager contained within this object. A parent container for a Workspace Manager is specified via the WorkspaceManager.TargetControl property.

See Also