[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.ShowAlternatingRows

ShowAlternatingRows Method

ShowAlternatingRows(bool)

Configurates ShowAlternatingRows. Sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows.

Declaration
[Obsolete("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")]
public virtual TBuilder ShowAlternatingRows(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.