CustomRange
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:
C#
public class CustomRange
Inheritance: objectCustomRange
Constructors
Initializes a new instance of the CustomRange class.
C#
public CustomRange()
Initializes a new instance of the CustomRange class.
Properties
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.
C#
public bool IsSelectedByDefault { get; set; }