ComponentOne ASP.NET MVC Controls
AllowDelete Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : AllowDelete Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.AllowDelete. Sets a value that indicates whether the grid should delete selected rows when the user presses the Delete key.
Syntax
'Declaration
 
Public Overridable Function AllowDelete( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder AllowDelete( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Selected rows will not be deleted if the IsReadOnly property is set to true.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members