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

TileGroupCollection.Item[String] Property

Provides access to the TileGroups in the current collection by their names.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public TileGroup this[string index] { get; set; }

Parameters

Name Type Description
index String

A String value that is the name of a TileGroup to be obtained.

Property Value

Type Description
TileGroup

A TileGroup object with the specific name.

See Also