Skip to main content
Tab

RibbonGroup.ToString() Method

Returns a string that identifies the RibbonGroup object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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