Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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

#Declaration

public object PrevGroupColumnValue { get; }

#Property Value

Type Description
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