Skip to main content
Tab

GridViewAlternatingRowStyle Class

Provides the style settings used to paint alternating data rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v25.1.dll

#Declaration

public class GridViewAlternatingRowStyle :
    GridViewDataRowStyle

The following members return GridViewAlternatingRowStyle objects:

#Remarks

These settings can be accessed using the GridViewStyles.AlternatingRow property.

See Also