Spread for ASP.NET 12 Product Documentation
Text Property (MenuItem)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > MenuItem Class : Text Property
Gets or sets the text.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As MenuItem
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}

Property Value

The text.
See Also

Reference

MenuItem Class
MenuItem Members