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

TileControl.GetTileGroupByName(String) Method

Returns a group with the specified name (TileGroup.Name).

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public TileGroup GetTileGroupByName(
    string str
)

Parameters

Name Type Description
str String

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

Returns

Type Description
TileGroup

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

See Also