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

RibbonControl.Dock Property

This member overrides the Dock property.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Layout")]
[DefaultValue(DockStyle.Top)]
[XtraSerializableProperty]
public override DockStyle Dock { get; set; }

Property Value

Type Default Description
DockStyle **Top**

A DockStyle enumeration member which specifies the position and manner in which a control is docked.

See Also