DetailsViewRow::RowState Property
Gets the state of the DetailsViewRow object.
Assembly: System.Web (in System.Web.dll)
public: virtual property DataControlRowState RowState { DataControlRowState get (); }
Property Value
Type: System.Web.UI.WebControls::DataControlRowStateA 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.Alternate | The DetailsViewRow object is an alternate row in the DetailsView control. |
DataControlRowState.Edit | The DetailsViewRow object is in edit mode. |
DataControlRowState.Insert | The DetailsViewRow object is in insert mode. |
DataControlRowState.Normal | The DetailsViewRow object is in its normal (default) state. |
This property is commonly used to determine the state of a row before performing an operation.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.