Back to Devexpress

PivotGridControl.SaveLayoutToJson(String) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-savelayouttojson-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

PivotGridControl.SaveLayoutToJson(String) Method

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public void SaveLayoutToJson(
    string fileName
)
vb
Public Sub SaveLayoutToJson(
    fileName As String
)

Parameters

NameType
fileNameString

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace