Skip to main content

LayoutItemActivatedEventArgs.Item Property

Gets the activated layout 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 layout item.

See Also