RowChangedEventArgs.ChangeType Property
Gets the way in which the row has changed.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public RowChangeTypeEnum ChangeType { get; }
#Property Value
Type | Description |
---|---|
Row |
A Row |
Available values:
Name | Description |
---|---|
Add | A new row has been added to the vertical grid’s VGrid |
Delete | A row has been removed from the vertical grid’s VGrid |
Move | A row has been moved within the control. This can be performed using drag and drop or via the VGrid |
Row |
Row settings have been replaced by another row’s settings using the Base |
Index | The row’s Base |
Expanded | The row’s Base |
Options | The row’s Base |
Style |
The row’s Appearance |
Visible | The row’s Base |
Height | The row’s Base |
Max |
The row’s Base |
Tag | The row’s Base |
Value | The row’s Row |
Format |
The Format |
Format | The Format |
Caption | The row’s Row |
Customization |
The row’s Row |
Field |
The row’s Row |
Summary |
Reserved for future use. |
Summary |
Reserved for future use. |
Separator |
The multi-editor row’s Multi |
Separator |
The multi-editor row’s Multi |
Image |
The |
Row |
The row’s Row |
Width | The row’s Multi |
Cell |
The row’s Multi |
Format |
The Format |
Sort |
Reserved for future use. |
Name | The row’s Base |
Read |
The row’s Row |
Enabled | The row’s Editor |
Tab |
The row’s Base |
Properties |
A new Multi |
Properties |
A Multi |
Properties |
This property is used internally only. It is inaccessible. |
Properties |
The multi-editor row’s properties collection has been cleared. This can be performed by calling the Multi |
Properties |
The row item’s settings have been replaced with the settings from another row item using the Row |
User |
The corresponding user’s property has changed. |
User |
The corresponding user’s property has changed. |
User |
The corresponding user’s property has changed. |
User |
The corresponding user’s property has changed. |
User |
The corresponding user’s property has changed. |
User |
The corresponding user’s property has changed. |
User |
The corresponding user’s property has changed. |
User |
The corresponding user’s property has changed. |
User |
The corresponding user’s property has changed. |
User |
The corresponding user’s property has changed. |
Unbound |
The row’s Row |
Fixed | The row’s Base |
Unbound |
The row’s Row |
Show |
The row’s Row |
Tool |
The row’s Row |
Allow |
The row’s caption HTML formatting setting has changed. |
Draw |
The row’s Row |
Padding | The row’s Row |
Allow |
The row’s Row |
Search |
The row’s Row |
Allow |
The row’s Allow |
Show |
The row’s Show |
Allow |
The row’s Allow |
Show |
The row’s Show |
#Remarks
This property can be useful for instance, if you want to respond to specific property changes. Available ways in which the row can change are listed in the RowChangeTypeEnum enumeration.