RowChangingEventArgs Properties
Provides data for the VGridControlBase.RowChanging event.
Name | Description |
---|---|
Can |
Gets or sets a value specifying whether the row can be changed. |
Change |
Gets the way in which the row has changed.
Inherited from Row |
Properties |
Gets the processed row’s properties.
Inherited from Row |
Property |
Gets or sets the current value of the changed row property. |
Row |
Gets the processed row.
Inherited from Row |
See Also