Skip to main content
Tab

ASPxGridTextSettings.ConfirmDelete Property

Specifies the text displayed in the Confirm Delete window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

The text.

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