ScaleBasedRangeControlClientOptions Properties
A base class for options that specify the interaction settings for a RangeControl and SchedulerControl that are integrated.| Name | Description |
|---|---|
| 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. |
| 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. |
| MinIntervalWidth | Gets or sets the minimum RangeControl interval width that can be set when resizing or zooming the RangeControl viewport. |
| RangeMaximum | Gets or sets the maximum value of the time range available in the RangeControl for navigation within the SchedulerControl. |
| RangeMinimum | Gets or sets the minimum value of the time range available in the RangeControl for navigation within the SchedulerControl. |
See Also