Spread for ASP.NET 11 Product Documentation
Text Property (CheckBoxEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > CheckBoxEditor Class : Text Property
Gets or sets the text label associated with the check box editor control.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As CheckBoxEditor
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}

Property Value

String containing the text
See Also

Reference

CheckBoxEditor Class
CheckBoxEditor Members