Back to Devexpress

ValidateRowEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-validateroweventargs-dot-underscore-properties.md

latest1.5 KB
Original Source

ValidateRowEventArgs Properties

Provides data for the ColumnView.ValidateRow event.

NameDescription
ErrorTextGets or sets the error description.
RowGets the processed row. Inherited from RowObjectEventArgs.
RowHandleGets the row’s handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row. NewItemRowHandle value when a new row is added. Inherited from RowEventArgs.
ValidGets or sets whether the row validation succeeds.

See Also

ValidateRowEventArgs Class

ValidateRowEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace