DockItemActivatedEventArgs.Item Property
Gets the activated dock item.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v26.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
| Type | Description |
|---|---|
| BaseLayoutItem | A BaseLayoutItem object that represents the activated dock item. |
See Also