New to Telerik UI for BlazorStart a free 30-day trial

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 higher end of the range.

C#
public object EndValue { get; set; }

The lower end of the range.

C#
public object StartValue { get; set; }