DockControllerBase.Activate(BaseLayoutItem) Method
In This Article
Activates the specified item.
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
If the BaseLayoutItem.AllowActivate option is disabled, the item cannot be activated.
See Also