Class RangeEventArgs
Provides information about an RangeSelectedevent being raised.
Inheritance
System.Object
RangeEventArgs
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class RangeEventArgs : Object
Constructors
RangeEventArgs()
Declaration
public RangeEventArgs()
Properties
DaySpan
Defines the day span between the range.
Declaration
public double DaySpan { get; set; }
Property Value
Type |
---|
System.Double |
Element
Specifies the element.
Declaration
public object Element { get; set; }
Property Value
Type |
---|
System.Object |
EndDate
Defines the end date.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
---|
System.DateTime |
Event
Specifies 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 |
---|
System.Boolean |
Name
Specifies name of the event.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
StartDate
Defines the start date.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
---|
System.DateTime |
Text
Defines the value string in the input element.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Value
Defines the value.
Declaration
public object Value { get; set; }
Property Value
Type |
---|
System.Object |