SchedulerTimeRuler Properties
A time ruler for SchedulerControl.| Name | Description |
|---|---|
| AdjustForDaylightSavingTime | Gets or sets whether the time ruler maintains daylight-saving time. Inherited from TimeRuler. |
| AlwaysShowTimeDesignator | Gets or sets whether the AM/PM designator is shown for each hour. Inherited from TimeRuler. |
| AlwaysShowTopRowTime | This property is intended to hide the corresponding property of the base class, because it is not appropriate for the SchedulerTimeRuler class. |
| Caption | Gets or sets the time ruler’s caption. Inherited from TimeRuler. |
| HorizontalAlignment | Gets or sets on which side of the view the Time ruler is displayed. Inherited from TimeRuler. |
| ShowCurrentTime | Obsolete. Gets or sets the visibility mode of the time marker for the current TimeRuler. Inherited from TimeRuler. |
| ShowMinutes | Gets or sets whether minutes are displayed by the time ruler. Inherited from TimeRuler. |
| TimeMarkerVisibility | Gets or sets the visibility mode of the time marker for the current TimeRuler. Inherited from TimeRuler. |
| TimeZoneId | Gets or sets the time zone displayed by the time ruler. Inherited from TimeRuler. |
| UseClientTimeZone | Gets or sets whether a particular TimeRuler always uses the ClientTimeZoneId setting. Inherited from TimeRuler. |
| Visible | Gets or sets whether a TimeRuler element is displayed within the Scheduler control. Inherited from TimeRuler. |
See Also