Class
DateRangePickerChangeEventArgs

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.

Declaration

cs-api-definition
public object EndValue { get; set; }

Property Value

object

StartValue

The lower end of the range.

Declaration

cs-api-definition
public object StartValue { get; set; }

Property Value

object