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

KanbanGroup.Tag Property

Allows you to associate custom data with the group.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type Default Description
Object *null*

An object that contains custom data for the group.

Remarks

Use the Tag property to store arbitrary data.

See Also