RibbonGroup.ToString() Method
Returns a string that identifies the RibbonGroup object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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