Caption | The text that is rendered in the Calendar. |
CaptionAlign | The alignment of the caption: Top, Bottom, Left, Right, or NotSet. |
CellPadding | The space between each cell and the cell border. |
CellSpacing | The spacing between each cell. |
DayHeaderStyle | The style to be applied to days of the week. |
DayNameFormat | The format for the names of the days of the week: FirstLetter, FirstTwoLetters, Full, Short, Shortest. |
DayStyle | The default style for a calendar day. |
FirstDayOfWeek | The day of the week to display in the first column of the Calendar control. |
NextMonthText | The text to be displayed in the next month navigation control; > is the default. This navigational control is only displayed if ShowNextPrevMonth property is true. |
UseAccessibleHeader | A control that, when set to true, generates <th> for day headers (the default), or, when set to false, generates <td> for day headers, to be compatible with version 1.0 of the .NET Framework. |
VisibleDate | Specifies the date that identifies which month to display in the Calendar control’s header area. |
WeekendDayStyle | The style of weekend days. |