wpf-devexpress-dot-xpf-dot-scheduling-dot-itimescale-dot-underscore-members.md
Contains information about time scales.
| Name | Description |
|---|---|
| Caption | Gets the time scale’s caption. |
| Description | Gets the time scale description. |
| HasDifferentDurations | Indicates whether the scale consists of intervals that have different duration. |
| IsEnabled | Gets or sets whether the Scheduler displays the time scale. |
| MinWidth | Specifies the minimum allowed width of a single division of the scale. |
| ScaleUnit | Gets the time scale measure unit. |
| ShowHeaders | Gets or sets whether to display the time scale headers. |
| Start | Gets the starting date and time for the groups of scale divisions. |
| UnitCount | Gets the number of measure units in a single division of the scale. |
| Name | Description |
|---|---|
| GetDisplayTexts(DateTimeRange) | Returns the display text for the specified time range. |
| GetTimeRange(DateTime, out Boolean) |
| Name | Description |
|---|---|
| IsEnabledChanged | Fires each time the IsEnabled property value changes. |
| ShowHeadersChanged | Fires each time the ShowHeaders property value changes. |
See Also