Class DateRangePickerPreset
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DateRangePickerPreset
Namespace: Syncfusion.EJ2.Calendars
Assembly: Syncfusion.EJ2.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 |