Skip to main content

TreeListCustomColumnDisplayTextEventArgs.Column Property

Gets the column which owns the processed cell.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ColumnBase Column { get; }

Property Value

Type Description
ColumnBase

A ColumnBase object that is the column to which the processed cell belongs.

See Also