Calendar::CalendarEntryText Property

 

Gets or sets the string used on CHTML and WML devices to enter the Calendar control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
[BindableAttribute(true)]
property String^ CalendarEntryText {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The string used on CHTML and WML devices to enter the Calendar.

When this property is set to null, the default is the localized string (for example, "Calendar").

The following code example demonstrates how to use the CalendarEntryText property to set the text that is displayed to the user. This example is part of a larger code sample for the Calendar overview.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: