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


In This Topic
    Placeholder Property (GridFilterRow)
    In This Topic
    Gets or sets the placeholder text.
    Syntax
    'Declaration
     
    
    Public Property Placeholder As String
    'Usage
     
    
    Dim instance As GridFilterRow
    Dim value As String
     
    instance.Placeholder = value
     
    value = instance.Placeholder
    public string Placeholder {get; set;}
    See Also