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

In This Topic
    StoredEmptyChar Property (MaskInfo)
    In This Topic
    Gets or sets a value that indicates whether the сharacter stored in empty mask positions.
    Syntax
    'Declaration
     
    
    Public Property StoredEmptyChar As Char
    public char StoredEmptyChar {get; set;}
    See Also