Back to Devexpress

ASPxGridDataSecuritySettings.AllowDelete Property

aspnet-devexpress-dot-web-dot-aspxgriddatasecuritysettings-4c7eadd3.md

latest1.4 KB
Original Source

ASPxGridDataSecuritySettings.AllowDelete Property

Specifies whether data item (row, card or record) deletion is allowed in the grid.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public virtual bool AllowDelete { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property AllowDelete As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, to allow data item delete operations; otherwise, false.

|

Remarks

Use the AllowDelete property to disable data item (row, card or record) deletion in the grid if required. If this property set to false, data items cannot be deleted either by an end-user or programmatically by the control’s API.

See Also

ASPxGridDataSecuritySettings Class

ASPxGridDataSecuritySettings Members

DevExpress.Web Namespace