Skip to main content

TimeRulerHorizontalAlignment Enum

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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