Class RangePickerEventArgs<TValue>
Provides information about an RangeSelectedevent being raised.
Inheritance
System.Object
RangePickerEventArgs<TValue>
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class RangePickerEventArgs<TValue> : Object
Type Parameters
Name | Description |
---|---|
TValue | . |
Constructors
RangePickerEventArgs()
Declaration
public RangePickerEventArgs()
Properties
DaySpan
Gets or sets the day span between the range.
Declaration
public double DaySpan { get; set; }
Property Value
Type | Description |
---|---|
System.Double | System.Double |
Element
Gets the element.
Declaration
public object Element { get; set; }
Property Value
Type |
---|
System.Object |
EndDate
Gets or sets the end date value.
Declaration
public TValue EndDate { get; set; }
Property Value
Type |
---|
TValue |
Event
Gets the original event arguments.
Declaration
public object Event { get; set; }
Property Value
Type |
---|
System.Object |
IsInteracted
Gets a value indicating whether the event was triggered by user interaction.
Declaration
public bool IsInteracted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |
Name
Gets name of the event.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
StartDate
Gets the start date value.
Declaration
public TValue StartDate { get; set; }
Property Value
Type |
---|
TValue |
Text
Gets the value string in the input element.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | System.String |