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

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.v19.1.dll

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