DataGrid.ExpandRowGroup(ICollectionViewGroup, Boolean) Method

Definition

Expands the DataGridRowGroupHeader that represents a given CollectionViewGroup

public void ExpandRowGroup (Windows.UI.Xaml.Data.ICollectionViewGroup collectionViewGroup, bool expandAllSubgroups);
member this.ExpandRowGroup : Windows.UI.Xaml.Data.ICollectionViewGroup * bool -> unit
Public Sub ExpandRowGroup (collectionViewGroup As ICollectionViewGroup, expandAllSubgroups As Boolean)

Parameters

collectionViewGroup
Windows.UI.Xaml.Data.ICollectionViewGroup

CollectionViewGroup

expandAllSubgroups
Boolean

Set to true to expand all Subgroups

Applies to