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

TileGroup.Items Property

Provides access to a collection of TileItems used by the current TileGroup.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, false, true, false)]
public TileItemCollection Items { get; }

Property Value

Type Description
TileItemCollection

A TileItemCollection object that stores TileItems used by the current TileGroup.

Remarks

See the Tile Groups and Items topic to learn more.

See Also