LayoutViewCustomCardLayoutEventArgs.RowHandle Property
Gets or sets the handle of the currently processed card.
Namespace: DevExpress.XtraGrid.Views.Layout.Events
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 handle of the currently processed card. |
Remarks
See Rows to learn about row(card) handles.
See Also