Back to Devexpress

BeforeItemDropEventArgs.GroupRowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-beforeitemdropeventargs-a90d9dff.md

latest1.3 KB
Original Source

BeforeItemDropEventArgs.GroupRowHandle Property

Gets the handle of the group from which the tile has been dragged.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public int GroupRowHandle { get; }
vb
Public ReadOnly Property GroupRowHandle As Integer

Property Value

TypeDescription
Int32

A negative zero-based integer that identifies the group. -2147483648 if the TileView is not grouped.

|

See Also

BeforeItemDropEventArgs Class

BeforeItemDropEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace