Skip to main content
A newer version of this page is available. .
Tab

Direction Enum

Lists the values that specify the editor direction.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum Direction

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