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.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Members
Name | Description |
---|---|
Auto
|
Appointment data contained in a Scheduler |
Thumbnail
|
Appointment data contained in Scheduler |
Number
|
Each interval in the Range |
#Related API Members
The following properties accept/return RangeControlDataDisplayType values:
Library | Related API Members |
---|---|
Win |
Scale |
WPF Controls | Scale |
#Remarks
The values listed by the RangeControlDataDisplayType enumeration are used to set the ScaleBasedRangeControlClientOptions.DataDisplayType property.