Back to Devexpress

TileItemCollection.Item[String] Property

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

latest1.5 KB
Original Source

TileItemCollection.Item[String] Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
indexString

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

|

Property Value

TypeDescription
TileItem

A TileItem object with the specific name.

|

See Also

TileItemCollection Class

TileItemCollection Members

DevExpress.XtraEditors Namespace