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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public BaseLayoutItem Item { get; }

Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object that represents the activated layout item.

See Also