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

FieldHeightEventArgs.RowHandle Property

Gets the handle that identifies the currently processed card.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public int RowHandle { get; }

Property Value

Type Description
Int32

An integer value that specifies the card’s handle.

Remarks

See Rows to learn more.

See Also