Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.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
    public string Placeholder {get; set;}
    See Also