Back to Devexpress

BootstrapCardViewDataSecuritySettings.AllowDelete Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapcardviewdatasecuritysettings.md

latest1.9 KB
Original Source

BootstrapCardViewDataSecuritySettings.AllowDelete Property

Specifies whether card deletion is allowed in the Card View.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DefaultValue(false)]
public override bool AllowDelete { get; set; }
vb
<DefaultValue(False)>
Public Overrides Property AllowDelete As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to allow card deletion operations; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowDelete
BootstrapCardView

.SettingsDataSecurity .AllowDelete

|

Remarks

By default all data editing operations are disabled for the Bootstrap Card View control, which means that cards cannot be inserted, edited or deleted either by an end-user or programmatically. Use the AllowDelete property to enable card deletion.

See Also

BootstrapCardViewDataSecuritySettings Class

BootstrapCardViewDataSecuritySettings Members

DevExpress.Web.Bootstrap Namespace