DXCalendar Members
In This Article
#Constructors
Name | Description |
---|---|
DXCalendar() | Initializes a new instance of the DXCalendar class. |
#Fields
Name | Description |
---|---|
Active |
Identifies the Active |
Cell |
Identifies the Cell |
Day |
Identifies the Day |
Day |
Identifies the Day |
Day |
Identifies the Day |
Day |
Identifies the Day |
Display |
Identifies the Display |
First |
Identifies the First |
Header |
Identifies the Header |
Horizontal |
Identifies the Horizontal |
Max |
Identifies the Max |
Min |
Identifies the Min |
Month |
Identifies the Month |
Month |
Identifies the Month |
Padding |
Identifies the Padding dependency property. |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Show |
Identifies the Show |
Vertical |
Identifies the Vertical |
Year |
Identifies the Year |
Year |
Identifies the Year |
#Properties
Name | Description |
---|---|
Active |
Gets or sets whether the calendar displays the day, month, or year view. |
Cell |
Gets or sets the minimum size of cells in the calendar. |
Day |
Gets or sets appearance settings applied to days. |
Day |
Gets or sets a data template used to render days. |
Day |
Gets or sets appearance settings applied to days. |
Day |
Gets or sets a data template used to render days of the week. |
Display |
Gets or sets a date that allows you to specify the month, year, or decade displayed in the current calendar view. |
First |
Gets or sets the first day of the week. |
Header |
Gets or sets appearance settings applied to the calendar’s header. |
Horizontal |
Gets or sets the horizontal spacing between cells. |
Max |
Gets or sets the maximum date that users can select in the calendar. |
Min |
Gets or sets the minimum date that users can select in the calendar. |
Month |
Gets or sets appearance settings applied to months. |
Month |
Gets or sets a data template used to render months. |
Padding | Gets or sets the distance between the calendar edges and contents. |
Selected |
Gets or sets the date selected in the calendar. |
Selected |
Gets or sets the command executed when the date selected in the calendar changes. |
Selected |
Gets or sets the parameter passed to the Selected |
Show |
Gets or sets whether days related to the previous and next months are displayed. |
Vertical |
Gets or sets the vertical spacing between cells. |
Year |
Gets or sets appearance settings applied to years. |
Year |
Gets or sets a data template used to render years. |
#Events
Name | Description |
---|---|
Custom |
Allows you to customize days. |
Custom |
Allows you to customize days of the week. |
Custom |
Allows you to customize months. |
Custom |
Allows you to customize years. |
Disable |
Allows you to disable a specific date (prevent users from selecting it). |
Selected |
Fires when the date selected in the calendar changes. |
See Also