Gets the row type 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 C1GridViewRowType RowType { get; }
Visual Basic
Public Overridable ReadOnly Property RowType As C1GridViewRowType
	Get

See Also