Skip to main content

ASPxClientHtmlEditorDialogBase.GetCancelButton Method

Provides access to the client object of the “Cancel” button in the Html Editor’s dialogs.

Declaration

GetCancelButton(): ASPxClientButton

Returns

Type Description
ASPxClientButton

A ASPxClientButton object.

Remarks

Use the GetCancelButton method to access the “Cancel” button in the Html Editor’s Dialogs.

For more information about client APIs related to Html Editor’s dialogs, refer to the Related Client API section in an appropriate topic listed in the Dialogs article.

Online Demo: Html Editor - Dialog Customization

See Also