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

LayoutViewCard.RowHandle Property

Gets or sets the row handle that corresponds to the current card.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[Browsable(false)]
public int RowHandle { get; set; }

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