NewRowPlaceholder Property
Gets or sets the message displayed in the new row template.
public string NewRowPlaceholder {get; set;}
'Declaration
Public Property NewRowPlaceholder As String
'Usage
Dim instance As FlexGrid
Dim value As String
instance.NewRowPlaceholder = value
value = instance.NewRowPlaceholder