Skip to main content

CustomColumnDisplayTextEventArgs.Column Property

Gets the column which owns the processed cell.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public GridColumn Column { get; }

#Property Value

Type Description
GridColumn

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

See Also