Skip to main content

TileGroup.Tag Property

Gets or sets the data associated with a TileGroup object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Object null

An Object containing the information associated with a TileGroup object.

See Also