StandaloneBarDockControl.Dock Property
Gets or sets which control borders are docked to its parent control and determines how the control is resized with its parent.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[DXCategory("Layout")]
[EditorBrowsable(EditorBrowsableState.Always)]
public DockStyle Dock { get; set; }
Property Value
Type | Description |
---|---|
DockStyle | A DockStyle enumeration member which specifies the position and manner in which the control is docked. |
Remarks
See the Dock property to learn more.
See Also