Calendar.TitleFormat Property
.NET Framework 3.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)
Not applicable.
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 |
Community Additions
ADD
Show: