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