Skip to main content

LayoutViewCustomCardLayoutEventArgs.RowHandle Property

Gets or sets the handle of the currently processed card.

Namespace: DevExpress.XtraGrid.Views.Layout.Events

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public int RowHandle { get; }

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