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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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