Skip to main content
A newer version of this page is available. .

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.v19.2.Core.dll

Declaration

public enum RangeControlDataDisplayType

Members

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.

Related API Members

The following properties accept/return RangeControlDataDisplayType values:

Library Related API Members
WinForms Controls ScaleBasedRangeControlClientOptions.DataDisplayType
WPF Controls ScaleBasedRangeControlClientOptions.DataDisplayType

Remarks

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

See Also