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

TileItem.ItemInfo Property

Gets the info associated with this TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public TileItemViewInfo ItemInfo { get; }

Property Value

Type Description
DevExpress.XtraEditors.TileItemViewInfo

A TileItemViewInfo object that contains detailed info about this TileItem.

See Also