Skip to main content
A newer version of this page is available. .

LayoutItemActivatedEventArgs.Item Property

Gets the activated layout item.

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public BaseLayoutItem Item { get; }

Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object that represents the activated layout item.

See Also