Back to Devexpress

Direction Enum

aspnet-devexpress-dot-web-92319087.md

latest1.4 KB
Original Source

Direction Enum

Lists the values that specify the editor direction.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum Direction
vb
Public Enum Direction

Members

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.

|

The following properties accept/return Direction values:

Remarks

Values listed by this enumeration are used to set the ASPxTrackBar.Direction and TrackBarProperties.Direction properties.

See Also

DevExpress.Web Namespace