Calendar.SelectWeekText Property
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: property String^ SelectWeekText { String^ get (); void set (String^ value); }
/** @property */ public String get_SelectWeekText () /** @property */ public void set_SelectWeekText (String value)
public function get SelectWeekText () : String public function set SelectWeekText (value : String)
Property Value
The text displayed for the week selection element in the selector column. The default value is ">", which is rendered as a greater than sign (>).Use the SelectWeekText property to provide custom text for the week selection element in the selector column.
Note |
|---|
| This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value >. |
Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the SelectWeekText property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <img> element.
This property applies only if the SelectionMode property is set to CalendarSelectionMode.DayWeek or CalendarSelectionMode.DayWeekMonth.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and ASP.NET Globalization and Localization.
| Topic | Location |
|---|---|
| How to: Control User Date Selection in a Calendar Web Server Control | Building ASP .NET Web Applications |
| How to: Control User Date Selection in a Calendar Web Server Control | 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.
Note