Class Presets
Defines the label string of the preset range.
Inheritance
System.Object
Presets
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class Presets : Object
Constructors
Presets()
Declaration
public Presets()
Properties
End
Gets or sets the end date of the preset range.
Declaration
public DateTime End { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | System.DateTime |
Label
Gets or sest the label string of the preset range.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | System.String |
Start
Gets or sets the start date of the preset range.
Declaration
public DateTime Start { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | System.DateTime |