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


In This Topic
    Value Property (GcMask)
    In This Topic
    Gets or sets the underlying value assigned to the control.
    Syntax
    'Declaration
     
    
    Public Property Value As String
    'Usage
     
    
    Dim instance As GcMask
    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 mask contorl.
    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