Skip to main content
A newer version of this page is available. .

RowCellClickEventArgs.Column Property

Gets the column that contains the clicked cell.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

A GridColumn object that specifies the column containing the clicked cell.

See Also