ComponentOne MultiSelect for WinForms
C1.Win.Input.Validation Namespace / CustomPlaceholder Class / Optional Property

In This Topic
    Optional Property (CustomPlaceholder)
    In This Topic
    Gets or sets a value indicating whether the character is optional and can be omitted.
    Syntax
    'Declaration
     
    
    Public Property Optional As Boolean
    public bool Optional {get; set;}
    See Also