C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : NewRowWatermark Property |
'Declaration
<C1DescriptionAttribute("Gets or sets a string that is displayed over the new row template.")> <C1CategoryAttribute("Data")> <DefaultValueAttribute()> Public Property NewRowWatermark As String
'Usage
Dim instance As C1FlexGridBase Dim value As String instance.NewRowWatermark = value value = instance.NewRowWatermark
[C1Description("Gets or sets a string that is displayed over the new row template.")] [C1Category("Data")] [DefaultValue()] public string NewRowWatermark {get; set;}
[C1Description("Gets or sets a string that is displayed over the new row template.")] [C1Category("Data")] [DefaultValue()] public: property String^ NewRowWatermark { String^ get(); void set ( String^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2