ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / Prompt Property

In This Topic
    Prompt Property (C1DatePicker)
    In This Topic
    Gets or sets the character used to show spaces where user is supposed to type.
    Syntax
    'Declaration
     
    
    Public Property Prompt As String
    public string Prompt {get; set;}
    Remarks
    The default value is "_".
    See Also