LayoutViewCard.RowHandle Property
Gets or sets the row handle that corresponds to the current card.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the row handle that corresponds to the current card. |
Remarks
Row handles identify visual positions of records within a View. Use this property to get the row handle that corresponds to the current card. For more information on row handles, see Rows.
Do not change a card’s row handle manually.
See Also