Back to Devexpress

OfficeNavigationBar.Dock Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-2afb7a0e.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Layout")]
public override DockStyle Dock { get; set; }
vb
<DXCategory("Layout")>
Public Overrides Property Dock As DockStyle

Property Value

TypeDescription
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

AutoSize

Orientation

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace