Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / MaskField Class / Text Property


In This Topic
    Text Property (MaskField)
    In This Topic
    Gets or sets the text property of MaskField class.
    Syntax
    'Declaration
     
    Public Shadows Property Text As String
    'Usage
     
    Dim instance As MaskField
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public new string Text {get; set;}

    Property Value

    A System.String value indicates the current content of MaskField.
    See Also