corelibraries-devexpress-dot-xtrascheduler-5dc198bf.md
Lists the values used to specify how appointment data should be displayed within a RangeControl when it is bound to a SchedulerControl.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public enum RangeControlDataDisplayType
Public Enum RangeControlDataDisplayType
| Name | Description |
|---|---|
Auto |
Appointment data contained in a SchedulerControl is shown by the RangeControl as either appointment thumbnails or numbers of appointments in each interval.
|
| Thumbnail |
Appointment data contained in SchedulerControl is shown by RangeControl as appointment thumbnails, each of which is colored according to a label of the corresponding appointment.
|
| Number |
Each interval in the RangeControl shows a number of appointments contained in the corresponding time interval in a SchedulerControl.
|
The following properties accept/return RangeControlDataDisplayType values:
The values listed by the RangeControlDataDisplayType enumeration are used to set the ScaleBasedRangeControlClientOptions.DataDisplayType property.
See Also