DXCollectionView.ExpandGroup(Int32, Boolean) Method
Expands the specified group of items.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public void ExpandGroup(
int itemHandle,
bool raiseEvents = true
)
Parameters
Name | Type | Description |
---|---|---|
itemHandle | Int32 | The group header handle. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
raiseEvents | Boolean | True |
|
See Also