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