Skip to main content

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

public object PropertyValue { get; set; }

Property Value

Type Description
Object

An object representing the current value of the changed row property.

See Also