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

    Gets or sets the maximum file size that can be loaded, in bytes.

    Namespace: DevExpress.Office

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

    NuGet Package: DevExpress.Office.Core

    Declaration

    public long? MaxFileSize { get; set; }

    Property Value

    Type Description
    Nullable<Int64>

    A nullable long value that specifies the maximum file size in bytes.

    See Also