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

TileItem.Tag Property

Gets or sets the data associated with a TileItem object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(null)]
[DXCategory("Data")]
[SmartTagProperty("Tag", "")]
public object Tag { get; set; }

Property Value

Type Default Description
Object *null*

An Object containing the information associated with a TileItem object.

See Also