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

SchedulerOptionsRangeControl Properties

Provides interaction options for integrated RangeControl and SchedulerControl controls.
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.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DataDisplayType Specifies how appointments contained in a SchedulerControl should be indicated in a RangeControl - using thumbnails or numbers. Inherited from ScaleBasedRangeControlClientOptions.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MaxIntervalWidth Gets or sets the maximum RangeControl interval width that can be set when resizing or zooming the RangeControl viewport. Inherited from ScaleBasedRangeControlClientOptions.
MinIntervalWidth Gets or sets the minimum RangeControl interval width that can be set when resizing or zooming the RangeControl viewport. Inherited from ScaleBasedRangeControlClientOptions.
RangeMaximum Gets or sets the maximum value of the time range available in the RangeControl for navigation within the SchedulerControl. Inherited from ScaleBasedRangeControlClientOptions.
RangeMinimum Gets or sets the minimum value of the time range available in the RangeControl for navigation within the SchedulerControl. Inherited from ScaleBasedRangeControlClientOptions.
See Also