Direction Enum
Lists the values that specify the editor direction.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
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