Skip to main content
A newer version of this page is available. .

BeforeItemDropEventArgs.GroupColumnValue Property

Gets the value of the current group (the TileViewColumns.GroupColumn‘s value) from which the tile has been dragged.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public object GroupColumnValue { get; }

Property Value

Type Description
Object

The value of the tile’s current group.

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 GroupColumnValue and BeforeItemDropEventArgs.NewGroupColumnValue properties to identify a tile’s current and new group.

See Also