asp.net.ph

Calendar.PrevMonthText Property

System.Web.UI.WebControls Namespace   Calendar Class


Sets or retrieves the text shown for the previous month navigation hyperlink if the ShowNextPrevMonth property is set to true.

[ VB ]
Public Property PrevMonthText As String

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

[ C++ ]
public: __property String* get_PrevMonthText ( );
public: __property void set_PrevMonthText ( String* );

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

Property Value

The text shown for the previous month navigation hyperlink. The default value is '<'.

Remarks

Need to determine the relationship between this, NextPrevFormat, ShowTitle, ShowNextPrevMonth, etc.

Example

The following example demonstrates how to set the NextMonthText property to the '<' character.

<asp:Calendar id = "myCalendar" runat = "server"
   PrevMonthText='<'/>
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