Back to Devexpress

TreeListColumn.Tag Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-bafca620.md

latest2.0 KB
Original Source

TreeListColumn.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.

Gets or sets the column’s associated data.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Objectnull

An object representing data associated with the column.

|

Remarks

The Tag property allows you to store custom data associated with columns. Any type of object may be assigned to this property. If this property is being set through the designer, a dialog window is displayed. It allows you to choose the type of assigned value and provides an appropriate editor for it.

See Also

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace