Skip to main content
A newer version of this page is available.
All docs
V19.1

TileView.ToggleGroupExpand(Int32) Method

Collapses/expands the tile group with the specified handle.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual void ToggleGroupExpand(
    int groupRowHandle
)

Parameters

Name Type Description
groupRowHandle Int32

An integer value specifying the handle of the tile group to collapse/expand.

Remarks

Group handles have consecutive negative values. The first group handle is -1, the second group handle is -2 and so on.

See Also