BarDockControl.IsVertical Property
Gets whether the bar dock control is oriented vertically.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool IsVertical { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | true if the bar dock control is oriented vertically; otherwise, false. |
See Also