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

BeforeItemDropEventArgs.NewGroupColumnValue Property

Gets the value of the new group (the TileViewColumns.GroupColumn‘s value) to which the tile is about to be dropped.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public object NewGroupColumnValue { get; set; }

Property Value

Type Description
Object

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

See Also