AutoHideContainer.Dock Property
Gets or sets a value specifying how the auto hide container is aligned within its parent control.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DockStyle | A DockStyle enumeration value specifying the manner in which an auto hide container is docked. |
Remarks
This property is set automatically when the auto hide container is being initialized. After that setting this property has no effect.
See Also