TileItem.ItemInfo Property
Gets the info associated with this TileItem.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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