Skip to main content

RibbonPage.ToString() Method

Returns the RibbonPage‘s caption.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

A String value that is the RibbonPage‘s caption.

Remarks

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

See Also