Interface IDateRangePicker
Interface for IDateRangePicker.
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public interface IDateRangePicker
Methods
CallStateHasChangedAsync()
Task which invokes statehaschanged asynchronous method.
Declaration
Task CallStateHasChangedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | The System.Threading.Tasks.Task. |
UpdateChildProperties(Object)
Method updates the children properties of the component.
Declaration
void UpdateChildProperties(object presetValue)
Parameters
Type | Name | Description |
---|---|---|
System.Object | presetValue | Specifies the value of preset. |