Back to Devexpress

ColumnBase.Tag Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-8feb7fea.md

latest958 B
Original Source

ColumnBase.Tag Property

Gets or sets the data associated with the column.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public object Tag { get; set; }
vb
Public Property Tag As Object

Property Value

TypeDescription
Object

An object that contains information associated with the current column.

|

See Also

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace