Back to Devexpress

BeforeItemDropEventArgs.IndexInGroup Property

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

latest1.3 KB
Original Source

BeforeItemDropEventArgs.IndexInGroup Property

Gets the visible index of the current tile in its original group.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Int32

The zero-based position of the current tile in its original group.

|

See Also

BeforeItemDropEventArgs Class

BeforeItemDropEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace