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

TileView.GetRowExpanded(Int32) Method

Returns whether the tile group with the specified handle is expanded.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public bool GetRowExpanded(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

An integer value specifying the handle of the tile group to retrieve whether it is expanded.

Returns

Type Description
Boolean

true, if the tile group with the specified handle is expanded; otherwise, false.

Remarks

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

See Also