Back to Devexpress

TimeRulerHorizontalAlignment Enum

corelibraries-devexpress-dot-xtrascheduler-42342918.md

latest1.5 KB
Original Source

TimeRulerHorizontalAlignment Enum

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum TimeRulerHorizontalAlignment
vb
Public Enum TimeRulerHorizontalAlignment

Members

NameDescription
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.

|

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

DevExpress.XtraScheduler Namespace