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

RibbonStatusBar.Dock Property

This member overrides the Dock property.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Default Description
DockStyle **Bottom**

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

See Also