C1.Win.FlexGrid Namespace / Row Class / StyleNew Property

StyleNew Property (Row)
Gets or sets a custom CellStyle associated with this row or column, creating a new style if necessary.
Syntax
'Declaration
 
Public Overridable ReadOnly Property StyleNew As CellStyle
 
Remarks
This property never returns null. If this element does not have a custom style, a new one will be created automatically and returned.
Example
The code below sets a column's background color to red.
See Also