Back to Devexpress

KanbanGroup.Tag Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-kanbangroup-db2ed4e7.md

latest1.8 KB
Original Source

KanbanGroup.Tag Property

SECURITY-RELATED CONSIDERATIONS

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

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Primitive)]
public object Tag { get; set; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Primitive)>
<DefaultValue(Nothing)>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

An object that contains custom data for the group.

|

Remarks

Use the Tag property to store arbitrary data.

See Also

KanbanGroup Class

KanbanGroup Members

DevExpress.XtraGrid.Views.Tile Namespace