RibbonTab.ToString() Method
Returns a string that identifies the RibbonTab 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 RibbonTab object. |
Remarks
The ToString method returns a human-readable string that is name of the RibbonTab type plus the value of the RibbonTab.Name property. If the RibbonTab.Name property isn’t specified, the name of the RibbonTab type is returned.
See Also