Skip to main content
A newer version of this page is available. .
Tab

TrackBarProperties.Orientation Property

Gets or sets a value that defines the track bar orientation.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(Orientation.Horizontal)]
public Orientation Orientation { get; set; }

Property Value

Type Default Description
Orientation **Horizontal**

One of the Orientation enumeration values.

Remarks

Use the Orientation property to specify the layout in which to render the track bar control: horizontal or vertical.

Note

The Orientation property synchronizes its value with the editor’s ASPxTrackBar.Orientation property.

See Also