Namespace Syncfusion.Blazor.Toolkit.Calendars
Classes
| BlurEventArgs
Provides event arguments for the blur event when a calendar component loses focus. |
| CalendarBase<T>
Represents a calendar component that displays a Gregorian calendar and allows users to select dates with full support for localization, min/max constraints, and custom behaviors. |
| CellDetails
Represents the details and state of a calendar cell, including unique identifier, style classes, and associated data. |
| ChangedEventArgs<T>
Provides event arguments for the ValueChange event when the calendar value changes. |
| ChangeEventArgs<T>
Provides strongly-typed event arguments for change events in calendar and time picker components. |
| ClearedEventArgs
Provides event arguments for the clear event when a calendar component's value is cleared. |
| DatePickerMaskPlaceholder
Provides configuration for placeholder text to be displayed in a masked SfDatePicker<TValue> control, based on the Format, until the user enters a value. |
| DatePickerModel
Represents a comprehensive model for DatePicker component configuration. |
| DateTimePickerMaskPlaceholder
Provides configuration for placeholder text to be displayed in a masked SfDateTimePicker<TValue> control, based on the Format, until the user enters a value. |
| DateTimePickerModel<T>
Represents a comprehensive model for DateTimePicker component configuration and event handling. |
| DeSelectedEventArgs<T>
Provides event arguments for the DeSelected event when a date is deselected in a calendar component. |
| FocusEventArgs
Provides event arguments for the focus event when a calendar component gains focus. |
| ItemEventArgs<T>
Provides strongly-typed event arguments for item rendering events in list-based components. |
| MaskPlaceholder
Provides customizable text placeholders for different input segments (such as day, month, year, hour, minute, second, and day of week) in masked date and time components. These placeholders offer hints or instructions until the user provides input, improving usability and accessibility. |
| NavigatedEventArgs
Provides event arguments for the Navigated event when calendar navigation occurs. |
| PopupEventArgs
Provides event arguments for popup open and close events in picker components. |
| PopupObjectArgs |
| RenderDayCellEventArgs
Provides event arguments for the DayCellRendering event when individual day cells are rendered. |
| SelectedEventArgs<T>
Provides event arguments for the Selected event when a date is selected in a calendar component. |
| SfCalendar<TValue>
Represents the Syncfusion Blazor Calendar component, which provides a user-friendly interface for displaying and selecting dates on a Gregorian calendar. |
| SfDatePicker<TValue>
The DatePicker is a graphical user interface component that allows users to select or enter a date value. It offers interactive and accessible features for choosing dates via keyboard, mouse, or touch input in web applications. |
| SfDateTimePicker<TValue>
The DateTimePicker is a graphical user interface component that allows users to select both date and time values through an interactive popup interface. |
| SfTimePicker<TValue>
The TimePicker is an intuitive component that provides options to select a time value from a popup list or to set a desired time value. |
| TimePickerMaskPlaceholder
Configures the placeholder text for the SfTimePicker<TValue> mask, which is displayed based on the specified format until the user enters a value. |
| TimePickerModel<T>
Represents a comprehensive model for TimePicker component configuration and event handling. |