Skip to main content

ASPxClientHtmlEditorCustomDialogCloseEventArgsBase.status Property

Gets the status of the closed custom dialog.

Declaration

status: any

Property Value

Type Description
any

An object representing a custom dialog’s closing status. By default, it’s the “cancel“ string if the dialog operation is canceled, or the “ok“ string if a dialog is closed by submitting a file. You can also provide your custom status, if your dialog contains additional buttons.

See Also