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

PopupWindowShowAction.CancelButtonCaption Property

Specifies the caption of the cancelling button on the Pop-up Window Show Action’s pop-up Window.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "Cancel"

A string value that represents the cancelling button’s caption.

See Also