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

BeforeItemDropEventArgs.NewGroupColumnValue Property

Gets the value of the new group to which the tile is about to be dropped.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public object NewGroupColumnValue { get; set; }

Property Value

Type Description
Object

The value of the tile’s new group.

Remarks

A group in the Tile View combines tiles with identical group values (the TileView.ColumnSet.GroupColumn‘s values). Thus, each group is identified by its unique group value. Use the NewGroupColumnValue property to return this value.

See Also