Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AutoHideContainerCollection Class

Represents an auto hide container collection.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class AutoHideContainerCollection :
    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