Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors 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
     
    <LocalizabilityAttribute(LocalizationCategory.Text)>
    Public Property Value As String
    'Usage
     
    Dim instance As GcMask
    Dim value As String
     
    instance.Value = value
     
    value = instance.Value
    [Localizability(LocalizationCategory.Text)]
    public string Value {get; set;}

    Property Value

    A System.String value indicates the value of the mask control.
    Remarks
    It's different from the Text property. Value won't contain the literals.
    See Also