ComponentOne Xamarin.iOS
NewRowPlaceholder Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : NewRowPlaceholder Property
Gets or sets the message displayed in the new row template.
Syntax
'Declaration
 
<Foundation.ExportAttribute("NewRowPlaceholder")>
<BrowsableAttribute(True)>
Public Property NewRowPlaceholder As String
'Usage
 
Dim instance As FlexGrid
Dim value As String
 
instance.NewRowPlaceholder = value
 
value = instance.NewRowPlaceholder
[Foundation.Export("NewRowPlaceholder")]
[Browsable(true)]
public string NewRowPlaceholder {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members