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