Back to Devexpress

RangeControlDataDisplayType Enum

corelibraries-devexpress-dot-xtrascheduler-5dc198bf.md

latest2.2 KB
Original Source

RangeControlDataDisplayType Enum

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

Declaration

csharp
public enum RangeControlDataDisplayType
vb
Public Enum RangeControlDataDisplayType

Members

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

Remarks

The values listed by the RangeControlDataDisplayType enumeration are used to set the ScaleBasedRangeControlClientOptions.DataDisplayType property.

See Also

DevExpress.XtraScheduler Namespace