Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridNewRow Class / Placeholder Property


In This Topic
    Placeholder Property (GridNewRow)
    In This Topic
    Gets or sets the message displayed in the row when it is not entering data.
    Syntax
    'Declaration
     
    
    Public Property Placeholder As String
    'Usage
     
    
    Dim instance As GridNewRow
    Dim value As String
     
    instance.Placeholder = value
     
    value = instance.Placeholder
    public string Placeholder {get; set;}
    See Also