Class Presets
Inheritance
System.Object
Presets
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class Presets : Object
Constructors
Presets()
Declaration
public Presets()
Properties
End
Defines the end date of the preset range
Declaration
public DateTime End { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
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 DateTime Start { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |