System.Web.UI.WebControls.DataControlRowState.Alternate Field

Indicates that the data control row is an alternate row.

Syntax

DataControlRowState Alternate

Remarks

The DataControlRowState.Alternate state can be combined with other states, such as DataControlRowState.Normal, DataControlRowState.Edit, or DataControlRowState.Insert, at any time. These rows might be affected by the AlternateRowStyle property of the data control, if set.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0