Class DateRangePickerChangeEventArgs
Describes the event arguments of the OnChange event of the DateRangePicker component.
Inheritance
System.Object
DateRangePickerChangeEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class DateRangePickerChangeEventArgs : Object
Constructors
DateRangePickerChangeEventArgs()
Declaration
public DateRangePickerChangeEventArgs()
Properties
EndValue
the higher end of the range.
Declaration
public object EndValue { get; set; }
Property Value
System.Object
|
StartValue
The lower end of the range.
Declaration
public object StartValue { get; set; }
Property Value
System.Object
|