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

In This Topic
    Excluding Property (CustomPlaceholder)
    In This Topic
    Gets or sets a value indicating whether the LookupChars are interpreted as allowed or disallowed characters.
    Syntax
    'Declaration
     
    
    Public Property Excluding As Boolean
    public bool Excluding {get; set;}
    See Also