ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridNewRowPresenter Class / WatermarkText Property

In This Topic
    WatermarkText Property (DataGridNewRowPresenter)
    In This Topic
    Gets or sets that is shown in the whole row before the data is entered.
    Syntax
    'Declaration
     
    
    Public Property WatermarkText As String
    public string WatermarkText {get; set;}
    Remarks
    Default value is "Click here to enter a new row".
    See Also