DockControllerBase.Activate(BaseLayoutItem) Method
Activates the specified item.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v25.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | BaseLayoutItem | A BaseLayoutItem to be activated. |
Remarks
If the BaseLayoutItem.AllowActivate option is disabled, the item cannot be activated.
See Also