BaseLayoutItem.AllowActivate Property
Gets or sets whether the item can be activated. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v22.1.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the item can be activated; otherwise, false. |
Remarks
To activate a specific item in code, use the DockLayoutManager.Activate method.
See Also