Skip to main content
Tab

GridViewStyles.AlternatingRow Property

Gets the style settings used to paint Alternating Data Row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewAlternatingRowStyle AlternatingRow { get; }

Property Value

Type Description
GridViewAlternatingRowStyle

A GridViewAlternatingRowStyle object that contains style settings used to paint alternating data rows.

Remarks

Note

The AlternatingRow property is not in effect if cell merging is enabled.

See Also