Skip to main content

GridRowValidationEventArgs.RowHandle Property

Gets the processed row’s handle.

Namespace: DevExpress.UI.Xaml.Grid.Native

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public virtual int RowHandle { get; }

Property Value

Type Description
Int32

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

See Also