BootstrapCardViewDataSecuritySettings.AllowInsert Property
Specifies whether card inserting is allowed in the Card View.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to allow card insertion operations; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowInsert |
---|---|
BootstrapCardView |
|
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