Back to Devexpress

BootstrapCardViewDataSecuritySettings.AllowInsert Property

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

latest1.9 KB
Original Source

BootstrapCardViewDataSecuritySettings.AllowInsert Property

Specifies whether card inserting 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 AllowInsert { get; set; }
vb
<DefaultValue(False)>
Public Overrides Property AllowInsert As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowInsert
BootstrapCardView

.SettingsDataSecurity .AllowInsert

|

Remarks

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

See Also

BootstrapCardViewDataSecuritySettings Class

BootstrapCardViewDataSecuritySettings Members

DevExpress.Web.Bootstrap Namespace