Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DateTimePicker Class / Placeholder Property

In This Topic
    Placeholder Property (C1DateTimePicker)
    In This Topic
    Gets or sets the placeholder displayed when there is no entered text.
    Syntax
    'Declaration
     
    
    Public Property Placeholder As String
    public string Placeholder {get; set;}
    See Also