Gets the state of the C1GridViewRow object.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public virtual C1GridViewRowState RowState { get; }
Visual Basic
Public Overridable ReadOnly Property RowState As C1GridViewRowState
	Get

See Also