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

GridRowValidationEventArgs.RowHandle Property

Gets the processed row’s handle.

Namespace: DevExpress.UI.Xaml.Grid.Native

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public virtual int RowHandle { get; }

Property Value

Type Description
Int32

An integer value that specifies the processed row’s handle.

See Also