NavBarGroupControlContainer.Dock Property
Gets or sets which edge of the parent container a control is docked to.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| DockStyle | This property always returns DockStyle.None. |
Remarks
The control container prevents the Dock property from being changed.
See Also