Skip to main content
A newer version of this page is available. .

RibbonPageGroupCollection.GetGroupByText(String) Method

Retrieves a group by its caption.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public RibbonPageGroup GetGroupByText(
    string text
)

Parameters

Name Type Description
text String

A string that represents the caption of the group to be located. A group’s caption is specified by the RibbonPageGroup.Text property.

Returns

Type Description
RibbonPageGroup

A RibbonPageGroup object with the specified caption.

See Also