ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DateTimePicker Class / Prompt Property

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