9 references to TitleFormat
System.Web (9)
UI\WebControls\Calendar.cs (9)
644
DefaultValue(
TitleFormat
.MonthYear),
647
public
TitleFormat
TitleFormat {
650
return((tf == null) ?
TitleFormat
.MonthYear : (
TitleFormat
)tf);
653
if (value <
TitleFormat
.Month || value >
TitleFormat
.MonthYear) {
1747
case
TitleFormat
.Month:
1750
case
TitleFormat
.MonthYear:
1761
goto case
TitleFormat
.MonthYear;