Skip to main content
A newer version of this page is available. .
Tab

RibbonTab.ToString() Method

Returns a string that identifies the RibbonTab object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override string ToString()

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