Skip to main content
All docs
V26.1
  • LayoutControl.ExportToCsv(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.

    Exports the control’s data to the specified file in CSV format.

    Namespace: DevExpress.XtraLayout

    Assembly: DevExpress.XtraLayout.v26.1.dll

    Declaration

    public void ExportToCsv(
        string filePath
    )

    Parameters

    Name Type Description
    filePath String

    The full path to the CSV file.

    See Also