asp.net.ph

Calendar.SelectWeekText Property

System.Web.UI.WebControls Namespace   Calendar Class


Sets or retrieves the text shown for the week selection in the selector column if SelectionMode is CalendarSelectionMode.DayWeek or CalendarSelectionMode.DayWeekMonth.

[ VB ]
Public Property SelectWeekText As String

[ C# ]
public string SelectWeekText {get; set;}

[ C++ ]
public: __property String* get_SelectWeekText ( );
public: __property void set_SelectWeekText ( String* );

[ JScript ]
public function get SelectWeekText ( ) : String;
public function set SelectWeekText ( String );

Property Value

The text displayed for the week selection in the selector column. The default value is '>'.

Remarks

The SelectWeekText property is only visible when the SelectionMode is set to CalendarSelectionMode.DayWeek or CalendarSelectionMode.DayWeekMonth.

Example

The following example demonstrates how to set the SelectWeekText property to '>'.

<asp:Calendar id = "myCalendar" runat = "server"
   SelectionMode = "DayWeekMonth"
   SelectWeekText='>' />
See Also

Calendar Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph