FlexGrid for WinForms
NewRow Property



Gets the style used to paint cells in the new row template at the bottom of the grid.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets the style used to paint cells in the new row at the bottom of the grid.")>
Public ReadOnly Property NewRow As CellStyle
'Usage
 
Dim instance As CellStyleCollection
Dim value As CellStyle
 
value = instance.NewRow
[C1Description("Gets the style used to paint cells in the new row at the bottom of the grid.")]
public CellStyle NewRow {get;}
[C1Description("Gets the style used to paint cells in the new row at the bottom of the grid.")]
public:
property CellStyle^ NewRow {
   CellStyle^ get();
}
Remarks
The new row template is only present when the AllowAddNew property is set to true.
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

CellStyleCollection Class
CellStyleCollection Members

 

 


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

Send Feedback