StandaloneBarDockControl.IsVertical Property
Gets or sets whether bars are oriented vetically within the StandaloneBarDockControl object.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[DefaultValue(false)]
[DXCategory("Layout")]
[EditorBrowsable(EditorBrowsableState.Always)]
public override bool IsVertical { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if bars are oriented vetically within the StandaloneBarDockControl object; false if bars are oriented horizontally. |
See Also