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

TileControl.GetTileGroupByText(String) Method

Returns a group with the specified caption (TileGroup.Text).

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public TileGroup GetTileGroupByText(
    string str
)

Parameters

Name Type Description
str String

A string that specifies the caption of the group to be located.

Returns

Type Description
TileGroup

A TileGroup with the specified caption. null if no matching group is found.

See Also