Back to Devexpress

ItemDropEventArgs.PrevGroupColumnValue Property

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

latest1.9 KB
Original Source

ItemDropEventArgs.PrevGroupColumnValue Property

Gets the value of the group (the TileViewColumns.GroupColumn‘s value) from which the tile was originally dragged.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Object

The previous 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 PrevGroupColumnValue and ItemDropEventArgs.GroupColumnValue properties to identify a tile’s previous and current group.

See Also

GroupColumn

ItemDropEventArgs Class

ItemDropEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace