A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue("OK")>
Public Property AcceptButtonCaption As String
Property Value
Type | Default | Description |
---|---|---|
String | "OK" |
A string value that represents the accepting button's caption. |
See Also
Feedback