OfficeNavigationBar.Dock Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Dock |
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