WinExplorerView.SetRowExpanded(Int32, Boolean) Method
Expands or collapses the specific row within this WinExplorerView.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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