Skip to main content
All docs
V26.1
  • SecurityLoadingOptions.RemoveCustomXMLParts Property

    Gets or sets whether to remove custom XML parts from the loaded workbook or document.

    Namespace: DevExpress.Office

    Assembly: DevExpress.Office.v26.1.Core.dll

    Declaration

    public bool RemoveCustomXMLParts { get; set; }

    Property Value

    Type Description
    Boolean

    true if custom XML parts should be removed; otherwise, false.

    See Also