Skip to main content
All docs
V26.1
  • SecurityLoadingLimits.MaxXmlElementDepth Property

    Gets or sets the maximum depth of XML elements that can be loaded.

    Namespace: DevExpress.Office

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

    Declaration

    public int? MaxXmlElementDepth { get; set; }

    Property Value

    Type Description
    Nullable<Int32>

    A nullable int value that specifies the maximum depth of XML elements that can be loaded.

    See Also