Skip to main content
A newer version of this page is available. .
Tab

ASPxGridTextSettings.ConfirmDelete Property

Specifies the text displayed in the Confirm Delete window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string ConfirmDelete { get; set; }

Property Value

Type Default Description
String String.Empty

The text.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to ConfirmDelete
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsText.ConfirmDelete
ASPxGridView
.SettingsText.ConfirmDelete
ASPxVerticalGrid
.SettingsText.ConfirmDelete
GridViewProperties
.SettingsText.ConfirmDelete
CardViewSettings
.SettingsText.ConfirmDelete
CardViewSettings<CardType>
.SettingsText.ConfirmDelete
GridViewSettings
.SettingsText.ConfirmDelete
GridViewSettings<RowType>
.SettingsText.ConfirmDelete
MVCxCardView
.SettingsText.ConfirmDelete
MVCxGridView
.SettingsText.ConfirmDelete
MVCxGridViewProperties
.SettingsText.ConfirmDelete
MVCxVerticalGrid
.SettingsText.ConfirmDelete
VerticalGridSettings
.SettingsText.ConfirmDelete
VerticalGridSettings<ColumnType>
.SettingsText.ConfirmDelete
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.ConfirmDelete
BootstrapGridView
.SettingsText.ConfirmDelete

Remarks

The Confirm Delete window allows end users to cancel the delete operation. To enable the confirmation window, set the ASPxGridBehaviorSettings.ConfirmDelete property to true.

ConfirmDelete

The ConfirmDelete property allows you to change the text displayed in the Confirm Delete window.

See Also