Skip to main content

CustomColumnDisplayTextEventArgs.Column Property

Gets the column that contains the cell currently being processed.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

A GridColumn object that represents the column which contains the cell currently being processed.

Remarks

Use the Column property to identify the column that contains the cell currently being processed. To refer to the cell’s row use the CustomColumnDisplayTextEventArgs.ListSourceRowIndex property.

See Also