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

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(DockStyle.Bottom)]
[DXCategory("Layout")]
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