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

ASPxGridViewCustomButtonInitializer.ConfirmationMessage Property

Gets or sets the confirmation message displayed when an end-user executes an Action

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public string ConfirmationMessage { get; set; }

Property Value

Type Description
String

A string containing the current Action’s confirmation message.

See Also