Class DateRangePickerPreset
Inheritance
System.Object
DateRangePickerPreset
Implements
System.IDisposable
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class DateRangePickerPreset : OwningComponentBase, IDisposable
Constructors
DateRangePickerPreset()
Declaration
public DateRangePickerPreset()
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 |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
ComponentDispose(Boolean)
Declaration
protected void ComponentDispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
Implements
System.IDisposable