Spread Windows Forms 12.0 Product Documentation
DisplayText Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > FieldsEditorControl Class : DisplayText Property
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 that indicates the display text.
The default is System.String.Empty.
Remarks
This property retrieves the displayed text without input focus. The GrapeCity.Win.Views.DisplayField and the AlternateText properties may effect this property.
See Also

Reference

FieldsEditorControl Class
FieldsEditorControl Members