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

HtmlEditorCustomDialog.ToString() Method

Returns a string that identifies the HtmlEditorCustomDialog object.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A string value that identifies the HtmlEditorCustomDialog object.

Remarks

The ToString method returns a human-readable string that is the value of the HtmlEditorCustomDialog.Name property. If this property isn’t specified, the name of the HtmlEditorCustomDialog type is returned.

See Also