FlexGrid for WinForms
NewRowWatermark Property



Gets or sets a string that is displayed over the new row template when the AllowAddNew property is set to true.
Syntax
'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);
}
Requirements

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

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback