Skip to main content

PivotGridControl.SaveCollapsedStateToStream(Stream) Method

Saves the collapsed state of field values to the specified stream.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public void SaveCollapsedStateToStream(
    Stream stream
)

#Parameters

Name Type Description
stream Stream

A Stream descendant to which the collapsed state of field values is saved.

#Remarks

The saved settings can then be restored using the PivotGridControl.RestoreCollapsedStateFromStream or PivotGridControl.RestoreCollapsedStateFromStreamAsync method.

See Also