A newer version of this page is available.
Switch to the current version.
DockLayoutManager.Activate(BaseLayoutItem) Method
Activates the specified item. For a LayoutControlItem object, this method focuses the associated control.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v19.1.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | BaseLayoutItem | A BaseLayoutItem object to be activated. |
Remarks
For LayoutControlItem objects, the Activate method focuses the item's control.
See Also
Feedback