ColumnBase.Tag Property
In This Article
Gets or sets the column's associated data.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | 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