Skip to main content

AutoHideContainer() Constructor

Initializes a new instance of the AutoHideContainer class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.1.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