ASPxGridTextSettings.ConfirmDelete Property
Specifies the text displayed in the Confirm Delete window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
.
The ConfirmDelete property allows you to change the text displayed in the Confirm Delete window.
See Also