Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / Value Property


In This Topic
    Value Property (GcCharMask)
    In This Topic
    Gets or sets the underlying value assigned to the control.
    Syntax
    'Declaration
     
    
    Public Property Value As String
    'Usage
     
    
    Dim instance As GcCharMask
    Dim value As String
     
    instance.Value = value
     
    value = instance.Value
    public string Value {get; set;}

    Property Value

    A System.String value indicates the value of the control.
    The default is System.String.Empty.
    Remarks
    A string that made of all chars in fields and exclude literals. No matter what fields this control has, this Value is always same.
    See Also