Skip to main content

HtmlEditorToolbar.ToString() Method

Returns the string that represents the HtmlEditorToolbar object.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

A String value that represents the HtmlEditorToolbar object.

Remarks

The ToString method returns a human-readable string that is the value of the HtmlEditorToolbar.Caption property. If this property is not specified, the value of the HtmlEditorToolbar.Name property is returned. If neither of these properties is specified, the name of the HtmlEditorToolbar type is returned.

See Also