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

ToolbarCustomItem.ToString() Method

Returns a string that denotes the ToolbarCustomItem object.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public override string ToString()

Returns

Type Description
String

A String that denotes the ToolbarCustomItem object.

Remarks

This method returns a human-readable string that is the value of the ToolbarCustomItem.Text property. If the ToolbarCustomItem.Text property is Empty, then the ToString method returns the fully qualified name of the type of the ToolbarCustomItem object.

See Also