Spread for ASP.NET 12 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;}
See Also

Reference

CheckBoxEditor Class
CheckBoxEditor Members