RowChangingEventArgs.PropertyValue Property
Gets or sets the current value of the changed row property.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
Object | An object representing the current value of the changed row property. |
See Also