FormViewRow.RowState Property
Assembly: System.Web (in system.web.dll)
/** @property */ public DataControlRowState get_RowState ()
public function get RowState () : DataControlRowState
Property Value
A bitwise combination of the DataControlRowState enumeration values.Use the RowState property to determine the state of the row. The state can be a bitwise combination of the values in the following table.
| State value | Description |
|---|---|
| DataControlRowState.Edit | The FormViewRow object is in edit mode. |
| DataControlRowState.Insert | The FormViewRow object is in insert mode. |
| DataControlRowState.Normal | The FormViewRow object is in its normal, read-only state. |
| DataControlRowState.Selected | The FormViewRow object is selected. |
This property is commonly used to determine the state of a row before performing an operation.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.