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

WorkspaceManager.TargetControl Property

Gets or sets a control whose layout is managed by this WorkspaceManager.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

[DefaultValue(null)]
[DXCategory("Behavior")]
public Control TargetControl { get; set; }

Property Value

Type Default Description
Control null

A Control whose layout is managed by this WorkspaceManager.

Remarks

The WorkspaceManager searches for supported controls only within its target control, assigned using the TargetControl property.

See Also