Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditorImageDialog.GetDescriptionTextBox Method

Provides access to the client object of the “Description” text box in the Html Editor’s Image dialog.

Declaration

GetDescriptionTextBox(): ASPxClientTextBox

Returns

Type Description
ASPxClientTextBox

A ASPxClientTextBox object.

Remarks

Use the GetDescriptionTextBox method to access the “Description” text box in the Html Editor’s Image Dialogs.

For more information about client APIs related to the Html Editor’s Image dialog, refer to the Related Client API section in the Image Dialogs topic.

Online Demo: Html Editor - Dialog Customization

See Also