AllowUserToAddRows Property

Gets or sets a value indicating whether the option to add rows is displayed to the user.

Syntax

Public Property AllowUserToAddRows As Boolean

Applies To

Grid Object

Data Type

Boolean

Remarks

If the grid control is bound to data, the user is allowed to add rows if both this property and the data source's IBindingList.AllowNew property are set to true.

See Also

AllowUserToDeleteRows Property