ClassCustomRange
Class
Predefined date time range that can be used for easier UI selection.
Definition
Namespace:Telerik.Windows.Controls.DateRangePicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class CustomRange
Inheritance: objectCustomRange
Constructors
CustomRange()
Initializes a new instance of the CustomRange class.
Declaration
cs-api-definition
public CustomRange()
CustomRange(string)
Initializes a new instance of the CustomRange class.
Declaration
cs-api-definition
public CustomRange(string name)
Parameters
name
Custom range UI label.
Properties
EndDate
Gets or sets the end date of the range.
IsSelectedByDefault
Gets or sets a value indicating whether the custom range should be selected by default. In multiple ranges scenarios, the last one with this property set to true will be selected.
Name
Gets or sets the UI name (label) of the range.