ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / MaskInfo Class / SaveBlanks Property

In This Topic
    SaveBlanks Property (MaskInfo)
    In This Topic
    If True, the stored text includes blank positions as StoredEmptyChar.
    Syntax
    'Declaration
     
    
    Public Property SaveBlanks As Boolean
    public bool SaveBlanks {get; set;}
    See Also