Class
DateRangePickerChangeEventArgs

Describes the event arguments of the OnChange event of the DateRangePicker component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class DateRangePickerChangeEventArgs

Inheritance: objectDateRangePickerChangeEventArgs

Constructors

DateRangePickerChangeEventArgs()

Declaration

public DateRangePickerChangeEventArgs()

Properties

EndValue

the higher end of the range.

Declaration

public object EndValue { get; set; }

Property Value

object

StartValue

The lower end of the range.

Declaration

public object StartValue { get; set; }

Property Value

object