C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / NewRow Property

In This Topic
NewRow Property (CellStyleCollection)
In This Topic
Gets the style used to paint cells in the new row template at the bottom of the grid.
Syntax
'Declaration
 
Public ReadOnly Property NewRow As CellStyle
 
Remarks
The new row template is only present when the AllowAddNew property is set to true.
See Also