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

AutoHideGroupCollection.BottomItems Property

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

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

Property Value

Type Description
CompositeCollection

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

See Also