Back to Devexpress

ItemDropEventArgs.GroupColumnValue Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-itemdropeventargs.md

latest1.8 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public object GroupColumnValue { get; }
vb
Public ReadOnly Property GroupColumnValue As Object

Property Value

TypeDescription
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

ItemDropEventArgs Class

ItemDropEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace