Calendar for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / CustomPlaceholder Class / Placeholder Property

In This Topic
    Placeholder Property (CustomPlaceholder)
    In This Topic
    Gets or sets the special character used as a user-defined placeholder.
    Syntax
    'Declaration
     
    
    Public Property Placeholder As Char
    public char Placeholder {get; set;}
    See Also