Back to Devexpress

PivotGridControl.RestoreLayoutFromJson(String) Method

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

latest1.3 KB
Original Source

PivotGridControl.RestoreLayoutFromJson(String) Method

SECURITY-RELATED CONSIDERATIONS

Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: Safe Deserialization.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Parameters

NameType
fileNameString

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace