Skip to main content

InitNewRowEventArgs.RowHandle Property

Gets the handle of the added row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public int RowHandle { get; }

#Property Value

Type Description
Int32

An integer value that specifies the added row's handle.

#Examples

See Also