Back to Devexpress

GridViewAlternatingRowStyle Class

aspnet-devexpress-dot-web-d0d813c2.md

latest2.1 KB
Original Source

GridViewAlternatingRowStyle Class

Provides the style settings used to paint alternating data rows.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewAlternatingRowStyle :
    GridViewDataRowStyle
vb
Public Class GridViewAlternatingRowStyle
    Inherits GridViewDataRowStyle

The following members return GridViewAlternatingRowStyle objects:

Remarks

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle GridViewRowStyle GridViewDataRowStyle GridViewAlternatingRowStyle

See Also

GridViewAlternatingRowStyle Members

Grid View

DevExpress.Web Namespace