RibbonPage.ToString() Method
In This Article
Returns the RibbonPage‘s caption.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Returns
Type | Description |
---|---|
String | A String value that is the Ribbon |
#Remarks
Use the RibbonPage.Text property to specify the RibbonPage‘s text.
See Also