ClassDateRangePickerChangeEventArgs
Class
Describes the event arguments of the OnChange event of the DateRangePicker component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class DateRangePickerChangeEventArgs
Inheritance: objectDateRangePickerChangeEventArgs
Constructors
DateRangePickerChangeEventArgs()
Declaration
cs-api-definition
public DateRangePickerChangeEventArgs()
Properties
EndValue
the higher end of the range.
StartValue
The lower end of the range.