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

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

C#
public string Prompt { get; set; }
Visual Basic (Declaration)
Public Property Prompt As String
	Get
	Set
XAML Attribute Usage
<object Prompt="string" .../>

See Also