Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditorControl Class / DisplayText Property


In This Topic
    DisplayText Property (FieldsEditorControl)
    In This Topic
    Gets the display text of the control.
    Syntax
    'Declaration
     
    Public ReadOnly Property DisplayText As String
    'Usage
     
    Dim instance As FieldsEditorControl
    Dim value As String
     
    value = instance.DisplayText
    public string DisplayText {get;}

    Property Value

    A System.String value indicates the display text.
    See Also