Back to Devexpress

PopupWindowShowAction.CancelButtonCaption Property

expressappframework-devexpress-dot-expressapp-dot-actions-dot-popupwindowshowaction-9b4af94f.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp

Declaration

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

Property Value

TypeDefaultDescription
String"Cancel"

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

|

See Also

PopupWindowShowAction Class

PopupWindowShowAction Members

DevExpress.ExpressApp.Actions Namespace