Back to Devexpress

RowDeletingEventArgs Properties

corelibraries-devexpress-dot-data-dot-rowdeletingeventargs-dot-underscore-properties.md

latest1.2 KB
Original Source

RowDeletingEventArgs Properties

Provides data for an event that fires before a row is deleted.

NameDescription
CancelGets or sets whether the current event (the row deletion) needs to be canceled.
ListSourceIndexGets the index of the current row in the data source. Inherited from RowDeletedEventArgs.
RowGets the currently processed row. Inherited from RowDeletedEventArgs.
RowHandleGets the row handle (id) that identifies the position of the current row in the control. Inherited from RowDeletedEventArgs.

See Also

RowDeletingEventArgs Class

RowDeletingEventArgs Members

DevExpress.Data Namespace