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

In This Topic
    SaveBlanks Property (MaskInfo)
    In This Topic
    Gets or sets a value that indicates whether the stored text includes blank positions as StoredEmptyChar.
    Syntax
    'Declaration
     
    
    Public Property SaveBlanks As Boolean
    public bool SaveBlanks {get; set;}
    Remarks
    If True, the stored text includes blank positions as StoredEmptyChar.
    See Also