Back to Devexpress

CustomColumnDisplayTextEventArgs.Column Property

wpf-devexpress-dot-xpf-dot-grid-dot-customcolumndisplaytexteventargs-216f127c.md

latest1.1 KB
Original Source

CustomColumnDisplayTextEventArgs.Column Property

Gets the column which owns the processed cell.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public GridColumn Column { get; }
vb
Public ReadOnly Property Column As GridColumn

Property Value

TypeDescription
GridColumn

A GridColumn object that represents the column to which the processed cell belongs.

|

See Also

CustomColumnDisplayTextEventArgs Class

CustomColumnDisplayTextEventArgs Members

DevExpress.Xpf.Grid Namespace