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

AutoHideContainer() Constructor

Initializes a new instance of the AutoHideContainer class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AutoHideContainer()

Remarks

Auto hide containers are created automatically when the auto hide functionality of dock panels is enabled. There is no need to call this constructor directly.

See Also