Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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
     
    
    <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