Back to Devexpress

RibbonPageCollection.Item[String] Property

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

latest1.6 KB
Original Source

RibbonPageCollection.Item[String] Property

Returns a page by its caption.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public RibbonPage this[string text] { get; }
vb
Public ReadOnly Property Item(text As String) As RibbonPage

Parameters

NameTypeDescription
textString

A string that represents the caption of the page to be located. The page’s caption is specified by the RibbonPage.Text property.

|

Property Value

TypeDescription
RibbonPage

A RibbonPage object with the specified caption; null if there is no page with the specified caption.

|

See Also

Text

RibbonPageCollection Class

RibbonPageCollection Members

DevExpress.XtraBars.Ribbon Namespace