Skip to main content

CardCaptionImageEventArgs.RowHandle Property

Gets the handle of the processed card.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public int RowHandle { get; }

Property Value

Type Description
Int32

An integer value identifying the processed card.

Remarks

Refer to the Rows document for more information on row handles.

See Also