TrackBarProperties.Orientation Property
In This Article
Gets or sets a value that defines the track bar orientation.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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 ASPx
See Also