Class DateRangePickerPreset
Inheritance
System.Object
DateRangePickerPreset
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 |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Label
Defines the label string of the preset range.
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Start
Defines the start date of the preset range.
Declaration
public object Start { get; set; }
Property Value
Type |
Description |
System.Object |
|