Skip to main content

OfficeNavigationBar.Dock Property

Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DockStyle

A value that specifies which control borders are docked to its parent control and determines how a control is resized with its parent.

Remarks

This property is overridden to perform additional actions when the Dock property is changed.

See Also