ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / DataGridFilterRow Class / Watermark Property

In This Topic
    Watermark Property (DataGridFilterRow)
    In This Topic
    Gets or sets that is shown in the cell of DataGridFilterRow before the data is entered.
    Syntax
    'Declaration
     
    
    Public Property Watermark As String
    public string Watermark {get; set;}
    See Also