BarDockControl.IsVertical Property
Gets whether the bar dock control is oriented vertically.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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