Back to Devexpress

TrackBarProperties.Direction Property

aspnet-devexpress-dot-web-dot-trackbarproperties-db7f445e.md

latest2.3 KB
Original Source

TrackBarProperties.Direction Property

Gets or sets a value which defines the track bar direction.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(Direction.Normal)]
public Direction Direction { get; set; }
vb
<DefaultValue(Direction.Normal)>
Public Property Direction As Direction

Property Value

TypeDefaultDescription
DirectionNormal

One of the Direction enumeration values.

|

Available values:

NameDescription
Reversed

An editor is displayed in the reversed direction: from right to left for horizontal orientation, and from bottom to top for vertical orientation.

| | Normal |

An editor is located in the default (normal) direction: from left to right for horizontal orientation, and from top to bottom for vertical orientation.

|

Remarks

ASPxTrackBar can be displayed in a normal or reversed mode that is controlled by the Direction property. In the reversed mode, the ASPxTrackBar control direction (from TrackBarProperties.MinValue to TrackBarProperties.MaxValue) turns from left to right, to right to left (or from up to down, to down to up if it is in vertical orientation mode).

Note

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

See Also

RightToLeft

Orientation

Track Bar

TrackBarProperties Class

TrackBarProperties Members

DevExpress.Web Namespace