FieldHeightEventArgs.RowHandle Property
Gets the handle that identifies the currently processed card.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the card’s handle. |
Remarks
See Rows to learn more.
See Also