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

RibbonGroup.ToString() Method

Returns a string that identifies the RibbonGroup object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A string value that identifies the RibbonGroup object.

Remarks

The ToString method returns a human-readable string that is name of the RibbonGroup type plus the value of the RibbonGroup.Name property. If the RibbonGroup.Name property isn’t specified, the name of the RibbonGroup type is returned.

See Also