windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-kanbangroup-db2ed4e7.md
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.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(null)]
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Primitive)]
public object Tag { get; set; }
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Primitive)>
<DefaultValue(Nothing)>
Public Property Tag As Object
| Type | Default | Description |
|---|---|---|
| Object | null |
An object that contains custom data for the group.
|
Use the Tag property to store arbitrary data.
See Also