Describes the event arguments of the OnChange event of the DateRangePicker component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DateRangePickerChangeEventArgs
Inheritance: objectDateRangePickerChangeEventArgs
Constructors
C#
public DateRangePickerChangeEventArgs()
Properties
The lower end of the range.
C#
public object StartValue { get; set; }