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

In This Topic
    LookupChars Property (CustomPlaceholder)
    In This Topic
    Gets or sets the string representation of the list of characters matching the placeholder (see also Excluding).
    Syntax
    'Declaration
     
    
    Public Property LookupChars As String
    public string LookupChars {get; set;}
    See Also