Specifies the title format for the displayed month in the System.Web.UI.WebControls.Calendar control.
The System.Web.UI.WebControls.TitleFormat enumeration represents the different title formats for the System.Web.UI.WebControls.Calendar control.
Member Name | Description |
---|---|
Month |
Displays the title with the month but not the year (for example, "January"). |
MonthYear |
Displays the title with both the month and the year (for example, "January 2000"). |