CustomColumnDisplayTextEventArgs.Column Property
Gets the column which owns the processed cell.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
GridColumn | A GridColumn object that represents the column to which the processed cell belongs. |
See Also