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

WinExplorerView.SetRowExpanded(Int32, Boolean) Method

Expands or collapses the specific row within this WinExplorerView.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public void SetRowExpanded(
    int rowHandle,
    bool expanded
)

Parameters

Name Type Description
rowHandle Int32

An Int32 value that is the target row’s handle.

expanded Boolean

true to expand the target row; false to collapse it.

See Also