Skip to main content

HERibbonGroupBase.ToString() Method

Returns the textual representation of the HERibbonGroupBase 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 represents the HERibbonGroupBase object.

Remarks

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

See Also