Skip to main content

PivotGridControl.SaveCollapsedStateToFile(String) Method

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

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public void SaveCollapsedStateToFile(
    string path
)

#Parameters

Name Type Description
path String

A String value which specifies the path to the file to which the collapsed state of field values is saved. If the specified file doesn't exist, it is created.

#Remarks

The saved settings can then be restored using the PivotGridControl.RestoreCollapsedStateFromFile method.

See Also