Back to Devexpress

TileViewItem.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitem-37d9b957.md

latest2.3 KB
Original Source

TileViewItem.RowHandle Property

Returns the row handle for this TileViewItem.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(-2147483648)]
[DXCategory("Data")]
public int RowHandle { get; }
vb
<DXCategory("Data")>
<DefaultValue(-2147483648)>
Public ReadOnly Property RowHandle As Integer

Property Value

TypeDefaultDescription
Int32-2147483648

An Int32 value that is the integer index associated with a data row, displayed within this TileViewItem. Row handles are not data source indexes, see the Accessing Rows in Code. Row Handles section of the “Rows” article for more information.

|

Remarks

The RowHandle property returns a unique identifier of the current tile. For instance, you can determine whether a particular tile is visible in the view by passing its handle to the TileView.IsTileVisible method.

See Also

IsTileVisible(Int32)

Rows

TileViewItem Class

TileViewItem Members

DevExpress.XtraGrid.Views.Tile Namespace