Skip to main content

AutoHideGroupCollection.LeftItems Property

Provides access to the collection of AutoHideGroup objects displayed along the left edge of the DockLayoutManager container.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

[Browsable(false)]
public CompositeCollection LeftItems { get; }

Property Value

Type Description
CompositeCollection

A CompositeCollection object that is the collection of the AutoHideGroup objects.

See Also