windowsforms-devexpress-dot-xtrascheduler-dot-scalebasedrangecontrolclientoptions-09594c12.md
Specifies how appointments contained in a SchedulerControl should be indicated in a RangeControl - using thumbnails or numbers.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
[DefaultValue(RangeControlDataDisplayType.Auto)]
public RangeControlDataDisplayType DataDisplayType { get; set; }
<DefaultValue(RangeControlDataDisplayType.Auto)>
Public Property DataDisplayType As RangeControlDataDisplayType
| Type | Default | Description |
|---|---|---|
| RangeControlDataDisplayType | Auto |
A RangeControlDataDisplayType enumeration member.
|
Available values:
| 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.
|
Wnen SchedulerControl and RangeControl are integrated, RangeControl displays information about appointments in a simplified manner. Each RangeControl’s interval shows appointment thumbnails or the number of appointments for the corresponding interval. The information on appointments displayed in the RangeControl is changed on the fly when an end-user creates, edits or deletes appointments in the scheduler.
Use the DataDisplayType property to specify the appointment data display type.
DataDisplayType=Auto
DataDisplayType=Thumbnail
DataDisplayType=Number
Note
When scheduler data is grouped by either dates or resources, the RangeControl shows appointment thumbnails or a number of appointments for all available resources (not only for visible resources).
See Also
ScaleBasedRangeControlClientOptions Class