DockLayoutManager.Activate(BaseLayoutItem) Method
In This Article
Activates the specified item. For a LayoutControlItem object, this method focuses the associated control.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public void Activate(
BaseLayoutItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Base |
A Base |
#Remarks
For LayoutControlItem objects, the Activate method focuses the item’s control.
See Also