Skip to main content
Tab

RibbonItemBase.ToString() Method

Returns a string that identifies the RibbonItemBase 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 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