Skip to main content
A newer version of this page is available. .
Tag

ColumnBase.Tag Property

Gets or sets the data associated with the column.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.1.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public object Tag { get; set; }

Property Value

Type Description
Object

An object that contains information associated with the current column.

See Also