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

TimeRulerHorizontalAlignment Enum

Specifies the alignment of the Time ruler relative to the scheduler view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public enum TimeRulerHorizontalAlignment

Members

Name Description
Near

Left side of the view for left-to-right layout and right side of the view for RTL layout.

Far

Right side of the view for left-to-right layout and left side of the view for RTL layout.

Related API Members

The following properties accept/return TimeRulerHorizontalAlignment values:

Remarks

When used with the TimeRuler.HorizontalAlignment property, this enumeration specifies where the Time ruler is located relative to the view.

See Also