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

RibbonPageGroup.ToString() Method

Returns the RibbonPageGroup‘s caption.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value that is the RibbonPageGroup‘s caption.

Remarks

Use the RibbonPageGroup.Text property to specify the RibbonPageGroup‘s text.

See Also