Back to Devexpress

WorkspaceManager.TargetControl Property

windowsforms-devexpress-dot-utils-dot-workspacemanager-3834cffa.md

latest1.5 KB
Original Source

WorkspaceManager.TargetControl Property

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
public Control TargetControl { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(Nothing)>
Public Property TargetControl As Control

Property Value

TypeDefaultDescription
Controlnull

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

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Utils Namespace