aspnet-devexpress-dot-web-92319087.md
Lists the values that specify the editor direction.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum Direction
Public Enum Direction
| Name | Description |
|---|---|
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.
|
The following properties accept/return Direction values:
Values listed by this enumeration are used to set the ASPxTrackBar.Direction and TrackBarProperties.Direction properties.
See Also