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

HERibbonGroupBase.ToString() Method

Returns the textual representation of the HERibbonGroupBase object.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public override string ToString()

Returns

Type Description
String

A String that represents the HERibbonGroupBase object.

Remarks

This method returns a human-readable string that is the name of the group.

See Also