Gets or sets the character used to show spaces where user is supposed to type.

Namespace:  C1.Silverlight.DateTimeEditors
Assembly:  C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)

Syntax

C#
public string Prompt { get; set; }
Visual Basic
Public Property Prompt As String
	Get
	Set

Remarks

The default value is "_".

See Also