Spread WinForms 15
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

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