Skip to main content

AutoHideContainer.Count Property

Gets the number of dock panels contained within the auto hide container.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int Count { get; }

Property Value

Type Description
Int32

An integer value specifying the number of dock panels contained within the auto hide container.

See Also