Calendar.TitleFormat Property
.NET Framework 2.0
Gets or sets the format for the title section.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property TitleFormat TitleFormat { TitleFormat get (); void set (TitleFormat value); }
/** @property */ public TitleFormat get_TitleFormat () /** @property */ public void set_TitleFormat (TitleFormat value)
public function get TitleFormat () : TitleFormat public function set TitleFormat (value : TitleFormat)
Property Value
One of the TitleFormat values. The default value is MonthYear.Use the TitleFormat property to specify the format for the title section. This property is set with one of the TitleFormat enumeration values. You can specify whether the title is displayed as the month or both the month and the year.
This property applies only if the ShowTitle property is set to true.
| Topic | Location |
|---|---|
| How to: Customize Calendar Web Server Control Appearance | Building ASP .NET Web Applications |
| How to: Customize Calendar Web Server Control Appearance | Building ASP .NET Web Applications |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: