Back to Devexpress

RibbonPageCollection.GetPageByName(String) Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagecollection-dot-getpagebyname-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

RibbonPageCollection.GetPageByName(String) Method

Returns a page by its name (RibbonPage.Name).

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public RibbonPage GetPageByName(
    string name
)
vb
Public Function GetPageByName(
    name As String
) As RibbonPage

Parameters

NameTypeDescription
nameString

The name of the required page matching the RibbonPage.Name property’s value.

|

Returns

TypeDescription
RibbonPage

A RibbonPage object that has the specified name.

|

See Also

Name

Text

RibbonPageCollection Class

RibbonPageCollection Members

DevExpress.XtraBars.Ribbon Namespace