RibbonPageCategory.GetPageByText(String) Method
In This Article
Returns a Ribbon Page by its caption.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual RibbonPage GetPageByText(
string pageText
)
#Parameters
Name | Type | Description |
---|---|---|
page |
String | A string that represents the caption of the page to be located. The page’s caption is specified by the Ribbon |
#Returns
Type | Description |
---|---|
Ribbon |
A Ribbon |
See Also