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

TileView.SetRowExpanded(Int32, Boolean) Method

Expands or collapses the tile group with the specified handle.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public void SetRowExpanded(
    int rowHandle,
    bool expanded
)

Parameters

Name Type Description
rowHandle Int32

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

expanded Boolean

true to expand the tile group; false to collapse it.

Remarks

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

See Also