GridViewRow::RowState Property
Gets the state of the GridViewRow object.
Assembly: System.Web (in System.Web.dll)
public: virtual property DataControlRowState RowState { DataControlRowState get (); void set (DataControlRowState value); }
<asp:GridViewRow RowState="DataControlRowState" />
Property Value
Type: System.Web.UI.WebControls::DataControlRowStateA bitwise combination of the DataControlRowState values.
Use the RowType property to determine the state of the GridViewRow object. The state can be a bitwise combination of the values in the following table:
Status value | Description |
|---|---|
DataControlRowState.Alternate | The GridViewRow object is an alternate row in the GridView control. |
DataControlRowState.Edit | The GridViewRow object is in edit mode. |
DataControlRowState.Normal | The GridViewRow object is in its normal (default) state. |
DataControlRowState.Selected | The GridViewRow object is selected. |
This property is commonly used to determine the state of a row before performing an operation.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.