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