WinExplorerView.ToggleGroupExpanded(Int32) Method
In This Article
Toggles the target group’s expanded/collapsed state.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
group |
Int32 | An Int32 value that is the row handle for the target group row. |
#Remarks
Use the ShowExpandCollapseButtons property in the WinExplorerView.OptionsView section to specify whether end-users can expand/collapse groups at runtime via corresponding buttons.
See Also