Back to Devexpress

CustomRowCellEditEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-customrowcellediteventargs-dot-underscore-properties.md

latest1.5 KB
Original Source

CustomRowCellEditEventArgs Properties

Provides data for the GridView.CustomRowCellEdit event.

NameDescription
CellValueReturns the currently processed cell value. Inherited from CustomRowCellEventArgs.
ColumnGets the column to which the currently processed cell corresponds. Inherited from CustomRowCellEventArgs.
RepositoryItemGets or sets the editor used to edit the currently processed cell.
RowHandleGets the handle of the row that contains the processed cell. Inherited from CustomRowCellEventArgs.

See Also

CustomRowCellEditEventArgs Class

CustomRowCellEditEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace