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