TrackBarProperties.Orientation Property
Gets or sets a value that defines the track bar orientation.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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