Skip to main content

RibbonStatusBar.Dock Property

This member overrides the Dock property.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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