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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

[DefaultValue(null)]
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Primitive)]
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