RibbonPage(String) Constructor
Initializes a new instance of the RibbonPage class with the specified caption.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A string that specifies the text to be displayed within the page’s header. This value is assigned to the RibbonPage.Text property. |
See Also