Back to Devexpress

AutoHideContainer.Count Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-autohidecontainer-c71e5af2.md

latest1.3 KB
Original Source

AutoHideContainer.Count Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public int Count { get; }
vb
<Browsable(False)>
Public ReadOnly Property Count As Integer

Property Value

TypeDescription
Int32

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

|

See Also

AutoHideContainer Class

AutoHideContainer Members

DevExpress.XtraBars.Docking Namespace