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

TileItem.Group Property

Gets a TileGroup that owns the current TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

[Browsable(false)]
public TileGroup Group { get; }

Property Value

Type Description
TileGroup

A TileGroup that owns the current TileItem.

See Also