C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridMenuItem Class / Text Property


In This Topic
Text Property (GridMenuItem)
In This Topic
Gets or sets the text that is shown.
Syntax
'Declaration
 
Public Property Text As String
 
'Usage
 
Dim instance As GridMenuItem
Dim value As String
 
instance.Text = value
 
value = instance.Text
See Also