RangeControlClientBase Properties
The base class for objects that can be embedded into the RangeControl.
Name | Description |
---|---|
Allow |
Gets or sets whether the group items are displayed within the client. |
Client |
Returns the client dimensions. |
Display |
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. |
Grouping |
Gets or sets the height of the group items. This is a dependency property. |
Group |
Gets or sets the interval factory of the currently displayed group items. |
Interval |
Gets or sets the collection of objects that define the available intervals and formatting rules applied to them. This is a dependency property. |
Item |
Gets or sets the object that defines the available intervals and formatting rules applied to them. This is a dependency property. |
Item |
Gets or sets the padding around interval items. This is a dependency property. |
Items |
Gets or sets the range control items source. |
Max |
Gets or sets the maximum item width that can be set when resizing or zooming the Range |
Min |
Gets or sets the minimum item width that can be set when resizing or zooming the Range |
Render |
Gets the range control render boundary. |
Selection |
This property specifies the end boundary of the selected range. |
Selection |
This property specifies the start boundary of the selected range. |
Start | Specifies the start boundary of a range. |
Value |
Gets or sets a field name in the bound data source whose values are represented by the Range Control. This is a dependency property. |
Visible |
This property specifies the end boundary of the visible range. |
Visible |
This property specifies the start boundary of the visible range. |
See Also