DxCalendar<T> Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Attributes | Specifies a collection of standard HTML attributes applied to the Calendar. |
Css |
Assigns a CSS class to the editor.
Inherited from Dx |
Day |
Specifies the template used to display day cells. |
Enabled |
Specifies whether an editor is enabled.
Inherited from Dx |
Enable |
Specifies whether multiple dates can be selected in the calendar. |
First |
Specifies the first day of a week in the calendar. |
Header |
Assigns a CSS class to the Calendar’s header. |
Id |
Specifies the component’s unique identifier.
Inherited from Dx |
Max |
Specifies the maximum date that can be selected in the calendar. |
Min |
Specifies the minimum date that can be selected in the calendar. |
Read |
Specifies whether read-only mode is active.
Inherited from Dx |
Selected |
Specifies the selected date. |
Selected |
Specifies a lambda expression that identifies the Selected |
Selected |
Specifies a collection of dates selected within the calendar. |
Selected |
Specifies a lambda expression that identifies the Selected |
Show |
Specifies whether the Clear button is displayed in the calendar’s footer. |
Show |
Specifies whether the editor indicates successful validation. When an input value is valid, the editor displays a green outline and can show a success icon.
Inherited from Dx |
Size |
Specifies an editor size.
Inherited from Dx |
Validation |
Specifies whether the editor validates user input.
Inherited from Dx |
Visible |
Specifies the month and the year to display on the calendar. |
Week |
Specifies the first week of the year. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Custom |
Allows you to disable selection of individual dates in the Dx |
Selected |
Fires after the selected date is changed. |
Selected |
Fires after the selection is changed. |
Visible |
Fires after the month and/or year in the calendar is changed. |