Skip to main content

RowCellEventArgs.CellIndex Property

Gets the processed cell’s index.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

[CLSCompliant(false)]
public int CellIndex { get; }

Property Value

Type Description
Int32

An integer value representing the processed cell’s index.

See Also