Edit

Share via


Calendar.CalendarEntryText Property

Definition

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 Mobile Apps & Sites with ASP.NET.

C#
[System.ComponentModel.Bindable(true)]
public string CalendarEntryText { get; set; }

Property Value

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

Attributes

Examples

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.

C#
Calendar1.CalendarEntryText = "Your birthdate";

Remarks

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

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also