Back to Devexpress

PopupWindowShowAction.AcceptButtonCaption Property

expressappframework-devexpress-dot-expressapp-dot-actions-dot-popupwindowshowaction-283b99e9.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DefaultValue("OK")]
public string AcceptButtonCaption { get; set; }
vb
<DefaultValue("OK")>
Public Property AcceptButtonCaption As String

Property Value

TypeDefaultDescription
String"OK"

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

|

See Also

PopupWindowShowAction Class

PopupWindowShowAction Members

DevExpress.ExpressApp.Actions Namespace