SchedulerOptionsRangeControl Properties
Provides interaction options for a RangeControl and SchedulerControl that are integrated.| Name | Description |
|---|---|
| AllowChangeActiveView | Gets or sets whether to automatically change the SchedulerControl’s active view depending on which time range is selected in the RangeControl. |
| AutoAdjustMode | Gets or sets a value indicating if the RangeControl should be automatically adjusted after the scheduler visible interval or active view has been changed. |
| AutoFormatScaleCaptions | Specifies whether auto-formats should be applied to header captions of RangeControl scales. Inherited from ScaleBasedRangeControlClientOptions. |
| DataDisplayType | Specifies how appointments contained in a SchedulerControl should be indicated in a RangeControl - using thumbnails or numbers. Inherited from ScaleBasedRangeControlClientOptions. |
| MaxIntervalWidth | Gets or sets the RangeControl intervals’ maximum width that can be set when resizing or zooming the RangeControl viewport (in pixels). Inherited from ScaleBasedRangeControlClientOptions. |
| MaxSelectedIntervalCount | Gets or sets the maximum number of intervals that the selected range can include. Inherited from ScaleBasedRangeControlClientOptions. |
| MinIntervalWidth | Gets or sets the RangeControl intervals’ minimum width that can be set when resizing or zooming the RangeControl viewport (in pixels). Inherited from ScaleBasedRangeControlClientOptions. |
| RangeMaximum | Gets or sets the maximum limit of the time range that is available in the RangeControl to navigate within the SchedulerControl. Inherited from ScaleBasedRangeControlClientOptions. |
| RangeMinimum | Gets or sets the minimum limit of the time range that is available in the RangeControl to navigate within the SchedulerControl. Inherited from ScaleBasedRangeControlClientOptions. |
| Scales | Provides access to a collection of scales displayed in the RangeControl when it is bound to a SchedulerControl. Inherited from ScaleBasedRangeControlClientOptions. |
| ThumbnailHeight | Gets or sets the height of a single appointment thumbnail displayed in the RangeControl. Inherited from ScaleBasedRangeControlClientOptions. |
See Also