EvenRowStyle Property (Split)
In This Topic
Gets or sets the
Style object that controls the appearance of an even-numbered row when using
C1.Win.List.ListBase.C1ListBase.AlternatingRows.
Syntax
'Declaration
Public Property EvenRowStyle As Style
public Style EvenRowStyle {get; set;}
See Also