BootstrapGridViewBehaviorSettingsBuilder.ConfirmDelete(Boolean) Method
In This Article
Sets whether the Confirm Delete window is displayed when deleting a data item (row, card or record).
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewBehaviorSettingsBuilder ConfirmDelete(
bool confirmDelete
)
#Parameters
Name | Type |
---|---|
confirm |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also