Back to Devexpress

PivotGridControl.RestoreLayoutFromJsonAsync(String) Method

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

latest1.5 KB
Original Source

PivotGridControl.RestoreLayoutFromJsonAsync(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 Task<bool> RestoreLayoutFromJsonAsync(
    string fileName
)
vb
Public Function RestoreLayoutFromJsonAsync(
    fileName As String
) As Task(Of Boolean)

Parameters

NameType
fileNameString

Returns

Type
Task<Boolean>

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace