TitleFormat

TitleFormatserializable

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



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace