Back to Devexpress

DXCollectionView.ExpandGroup(Int32, Boolean) Method

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-dot-expandgroup-x28-system-dot-int32-system-dot-boolean-x29.md

latest1.2 KB
Original Source

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

csharp
public void ExpandGroup(
    int itemHandle,
    bool raiseEvents = true
)

Parameters

NameTypeDescription
itemHandleInt32

The group header handle.

|

Optional Parameters

NameTypeDefaultDescription
raiseEventsBooleanTrue

true to raise the GroupExpanded event; otherwise, false.

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace