Skip to main content

ToolbarCustomItem.ToString() Method

Returns a string that denotes the ToolbarCustomItem 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 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