| System.Web.UI.WebControls (system.web.dll) | enum |
This enumeration specifies the format used for the title of the Calendar control. Month displays the month but not the year (for example, "September"). MonthYear displays both the month and year (for example, "September 2001"). public enum TitleFormat { Month = 0, MonthYear = 1 } Hierarchy System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) TitleFormat Returned By Calendar.TitleFormat Passed To Calendar.TitleFormat |