[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.OddRowStyle

OddRowStyle Property

OddRowStyle

Returns or sets the Style object that controls the appearance of an odd-numbered row.

Declaration
public Style OddRowStyle { get; set; }
Remarks

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

To change the appearance of even-numbered rows, set the EvenRowStyle property.