C1.Win.List.ListBase Namespace / C1ListBase Class / EvenRowStyle Property

In This Topic
EvenRowStyle Property (C1ListBase)
In This Topic
Returns or sets the Style object that controls the appearance of an even-numbered row.
Syntax
'Declaration
 
Public Property EvenRowStyle As Style
 
Remarks

This property sets or returns the Style object that controls the appearance of an even-numbered row in a list or split where the AlternatingRows property is set to True. By default, this is the built-in EvenRow style.

To change the appearance of odd-numbered rows, set the OddRowStyle property.

See Also