Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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