Spread Silverlight Documentation
Text Property (DataLabel)


GrapeCity.Windows.SpreadSheet.Data Namespace > DataLabel Class : Text Property
Gets the text.
Syntax
'Declaration
 
Public Overridable Shadows ReadOnly Property Text As System.String
'Usage
 
Dim instance As DataLabel
Dim value As System.String
 
value = instance.Text
public virtual new System.string Text {get;}

Property Value

The text.
See Also

Reference

DataLabel Class
DataLabel Members