Gets the number of rows affected by the delete operation.

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

Syntax

C#
public int AffectedRows { get; }
Visual Basic
Public ReadOnly Property AffectedRows As Integer
	Get

See Also