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

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

    Namespace: DevExpress.Office

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

    Declaration

    public long? MaxXmlElementCount { get; set; }

    Property Value

    Type Description
    Nullable<Int64>

    A nullable long value that specifies the maximum number of XML elements that can be loaded.

    See Also