GridViewStyles.AlternatingRow Property
Gets the style settings used to paint Alternating Data Row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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