ItemDropEventArgs.GroupColumnValue Property
Gets the value of the current group (the TileViewColumns.GroupColumn‘s value) to which the tile has been dropped.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Object | The tile’s current group value. |
Remarks
Tiles can be combined in groups by specifying the TileViewColumns.GroupColumn property. When dragging tiles from one group to another, you can use the ItemDropEventArgs.PrevGroupColumnValue and GroupColumnValue properties to identify a tile’s previous and current group.
See Also