Skip to main content

KanbanGroup.Tag Property

SECURITY NOTE

Deserializing layout settings from untrusted resources may create security issues. Serializable System.Object properties that contain custom type values are not (de)serialized automatically. Review the following help topic for information on how to (de)serialize custom type values: Safe Deserialization.

Allows you to associate custom data with the group.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v24.1.dll

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

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