HtmlEditorCustomDialog.ToString() Method
Returns a string that identifies the HtmlEditorCustomDialog object.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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