Back to Devexpress

RowCellClickEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-d0d3fcd4.md

latest1.8 KB
Original Source

RowCellClickEventArgs Class

Provides data for the GridView.RowCellClick event.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class RowCellClickEventArgs :
    RowClickEventArgs
vb
Public Class RowCellClickEventArgs
    Inherits RowClickEventArgs

RowCellClickEventArgs is the data class for the following events:

Inheritance

Object EventArgs MouseEventArgs HandledMouseEventArgs DXMouseEventArgs RowClickEventArgs RowCellClickEventArgs

See Also

RowCellClickEventArgs Members

RowCellClick

DevExpress.XtraGrid.Views.Grid Namespace