Skip to main content
A newer version of this page is available. .

VGridControlBase.RowChanging Event

Fires when changing a row’s property.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public event RowChangingEventHandler RowChanging

Event Data

The RowChanging event's data class is RowChangingEventArgs. The following properties provide information specific to this event:

Property Description
CanChange Gets or sets a value specifying whether the row can be changed.
ChangeType Gets the way in which the row has changed. Inherited from RowChangedEventArgs.
Properties Gets the processed row’s properties. Inherited from RowChangedEventArgs.
PropertyValue Gets or sets the current value of the changed row property.
Row Gets the processed row. Inherited from RowEventArgs.
See Also