RangeControlClientBase Properties
The base class for objects that can be embedded into the RangeControl.| Name | Description |
|---|---|
| AllowGrouping | Gets or sets whether the group items are displayed within the client. |
| ClientSize | Returns the client dimensions. |
| DisplayMember | Gets or sets a field name in the bound data source whose values are displayed by the editor. This is a dependency property. |
| End | Specifies the end boundary of a range. |
| GroupingHeight | Gets or sets the height of the group items. This is a dependency property. |
| GroupIntervalFactory | Gets or sets the interval factory of the currently displayed group items. |
| IntervalFactories | Gets or sets the collection of objects that define the available intervals and formatting rules applied to them. This is a dependency property. |
| ItemIntervalFactory | Gets or sets the object that defines the available intervals and formatting rules applied to them. This is a dependency property. |
| ItemIntervalsPadding | Gets or sets the padding around interval items. This is a dependency property. |
| ItemsSource | Gets or sets the range control items source. |
| MaxItemWidth | Gets or sets the maximum item width that can be set when resizing or zooming the RangeControl viewport. This is a dependency property. |
| MinItemWidth | Gets or sets the minimum item width that can be set when resizing or zooming the RangeControl viewport. This is a dependency property. |
| RenderBounds | Gets the range control render boundary. |
| SelectionEnd | This property specifies the end boundary of the selected range. |
| SelectionStart | This property specifies the start boundary of the selected range. |
| Start | Specifies the start boundary of a range. |
| ValueMember | Gets or sets a field name in the bound data source whose values are represented by the Range Control. This is a dependency property. |
| VisibleEnd | This property specifies the end boundary of the visible range. |
| VisibleStart | This property specifies the start boundary of the visible range. |
See Also