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
public string NewRowPlaceholder {get; set;}
See Also