C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGrid Class / NewRowPlaceholder Property


In This Topic
NewRowPlaceholder Property
In This Topic
Gets or sets the message displayed in the new row template.
Syntax
'Declaration
 
Public Property NewRowPlaceholder As String
 
'Usage
 
Dim instance As FlexGrid
Dim value As String
 
instance.NewRowPlaceholder = value
 
value = instance.NewRowPlaceholder
See Also