AllowUserToDeleteRows Property

Returns or sets a value indicating whether the user is allowed to delete rows from the control.

Syntax

Public Property AllowUserToDeleteRows As Boolean

Applies To

Grid Object

Data Type

Boolean

Remarks

If the grid control is bound to data, the user is allowed to delete rows if both this property and the IBindingList.AllowRemove property are set to true.

See Also

AllowUserToAddRows Property