Skip to main content

DockItemActivatedEventArgs.Item Property

Gets the activated dock item.

Namespace: DevExpress.Xpf.Docking.Base

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

#Declaration

public BaseLayoutItem Item { get; }

#Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object that represents the activated dock item.

See Also