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

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.v19.2.dll

Declaration

[XtraSerializableProperty]
public override DockStyle Dock { get; set; }

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