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

RowChangingEventArgs.PropertyValue Property

Gets or sets the current value of the changed row property.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public object PropertyValue { get; set; }

Property Value

Type Description
Object

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

See Also