Back to Devexpress

RowCellClickEventArgs.CellValue Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-rowcellclickeventargs-dd9ee7f7.md

latest1.5 KB
Original Source

RowCellClickEventArgs.CellValue Property

Gets the edit value of the clicked cell.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public object CellValue { get; }
vb
Public ReadOnly Property CellValue As Object

Property Value

TypeDescription
Object

An object that specifies the edit value of the clicked cell.

|

Remarks

The clicked cell is identified by the RowClickEventArgs.RowHandle and RowCellClickEventArgs.Column properties.

See Also

RowCellClickEventArgs Class

RowCellClickEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace