Back to Devexpress

AutoHideContainerCollection Class

windowsforms-devexpress-dot-xtrabars-dot-docking-d105e3a0.md

latest1.8 KB
Original Source

AutoHideContainerCollection Class

Represents an auto hide container collection.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class AutoHideContainerCollection :
    CollectionBase
vb
Public Class AutoHideContainerCollection
    Inherits CollectionBase

The following members return AutoHideContainerCollection objects:

Remarks

The AutoHideContainerCollection class manages a collection of AutoHideContainer objects. Such objects represent auto hide containers used to hold the auto hidden dock panels. To access the collection of auto hide containers, use the dock manager’s DockManager.AutoHideContainers property.

Inheritance

Object CollectionBase AutoHideContainerCollection

See Also

AutoHideContainerCollection Members

DevExpress.XtraBars.Docking Namespace