ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / NewRowWatermark Property

In This Topic
    NewRowWatermark Property (C1FlexPivotGrid)
    In This Topic
    Gets or sets a string that is displayed over the new row template when the C1.Win.C1FlexGrid.C1FlexGridBase.AllowAddNew property is set to true.
    Syntax
    'Declaration
     
    Public Property NewRowWatermark As String
    public string NewRowWatermark {get; set;}
    See Also