Skip to main content
All docs
V25.2
  • 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

    Declaration

    public Task<bool> RestoreLayoutFromJsonAsync(
        string fileName
    )

    Parameters

    Name Type
    fileName String

    Returns

    Type
    Task<Boolean>
    See Also