Class DateRangePickerPreset
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DateRangePickerPreset
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Calendars
Assembly: Syncfusion.AspNetMvc.Calendars.dll
Syntax
public class DateRangePickerPreset : EJTagHelper
Constructors
DateRangePickerPreset()
Declaration
public DateRangePickerPreset()
Properties
End
Defines the end date of the preset range
Declaration
public object End { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
Label
Defines the label string of the preset range.
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Start
Defines the start date of the preset range.
Declaration
public object Start { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |