Skip to main content

TileItem.ItemInfo Property

Gets the info associated with this TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public TileItemViewInfo ItemInfo { get; }

Property Value

Type Description
DevExpress.XtraEditors.TileItemViewInfo

A TileItemViewInfo object that contains detailed info about this TileItem.

See Also