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

PopupWindowShowAction.AcceptButtonCaption Property

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "OK"

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

See Also