Interface for a class DatePicker
EmitType<BlurEventArgs>
Triggers when the input loses the focus.
Triggers when the Calendar value is changed.
EmitType<
PreventableEventArgs
|PopupObjectArgs
>
Triggers when the popup is closed.
EmitType<Object>
Triggers when the component is created.
EmitType<Object>
Triggers when the component is destroyed.
EmitType<FocusEventArgs>
Triggers when the input gets focus.
Triggers when the Calendar is navigated to another level or within the same level of view.
EmitType<
PreventableEventArgs
|PopupObjectArgs
>
Triggers when the popup is opened.
EmitType<RenderDayCellEventArgs>
Triggers when each day cell of the Calendar is rendered.
boolean
Support for
allowEdit
has been provided fromv16.2.46
. Specifies whether the input textbox is editable or not. Here the user can select the value from the popup and cannot edit in the input textbox.
string
Gets or sets the Calendar’s Type like gregorian or islamic.
string
Specifies the root CSS class of the DatePicker that allows to customize the appearance by overriding the styles.
string
Sets the maximum level of view such as month, year, and decade in the Calendar. Depth view should be smaller than the start view to restrict its view navigation.
boolean
Enable or disable persisting component’s state between page reloads. If enabled, following list of states will be persisted.
boolean
When set to true, enables RTL mode of the component that displays the content in the right-to-left direction.
boolean
Specifies the component to be disabled or not.
number
Gets or sets the Calendar’s first day of the week. By default, the first day of the week will be based on the current culture.
FloatLabelType
| string
Specifies the placeholder text to be floated. Possible values are: Never: The label will never float in the input when the placeholder is available. Always: The floating label will always float above the input. Auto: The floating label will float above the input after focusing or entering a value in the input.
string
| FormatObject
Specifies the format of the value that to be displayed in component. By default, the format is based on the culture.
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
Date
Gets or sets the maximum date that can be selected in the Calendar.
Date
Gets or sets the minimum date that can be selected in the Calendar.
string
Specifies the placeholder text that displayed in textbox.
boolean
Specifies the component in readonly state. When the Component is readonly it does not allow user input.
boolean
Specifies whether to show or hide the clear icon in textbox.
boolean
Specifies whether the today button is to be displayed or not.
string
Specifies the initial view of the Calendar when it is opened. With the help of this property, initial view can be changed to year or decade view.
boolean
Specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value. By default, strictMode is in false. it allows invalid or out-of-range date value with highlighted error class.
Date
Gets or sets the selected date of the Calendar.
boolean
Determines whether the week number of the year is to be displayed in the calendar or not.
number
| string
Specifies the width of the DatePicker component.
number
specifies the z-index value of the datePicker popup element.