Skip to main content

DockItemActivatedEventArgs.Item Property

Gets the activated dock item.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public BaseLayoutItem Item { get; }

Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object that represents the activated dock item.

See Also