Back to Devexpress

TileGroupCollection.Item[String] Property

windowsforms-devexpress-dot-xtraeditors-dot-tilegroupcollection-dot-item-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

TileGroupCollection.Item[String] Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public TileGroup this[string index] { get; set; }
vb
Public Property Item(index As String) As TileGroup

Parameters

NameTypeDescription
indexString

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

|

Property Value

TypeDescription
TileGroup

A TileGroup object with the specific name.

|

See Also

TileGroupCollection Class

TileGroupCollection Members

DevExpress.XtraEditors Namespace