menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetOpenSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpreadsheetOpenSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    SpreadsheetOpenSettings
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SpreadsheetOpenSettings : EJTagHelper

    Constructors

    SpreadsheetOpenSettings()

    Declaration
    public SpreadsheetOpenSettings()

    Properties

    ChunkSize

    Specifies the size of the chunk for the server response when opening a document. This property enables the server response to be returned in chunks when the value is greater than zero.

    Declaration
    public double ChunkSize { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    RetryAfterDelay

    Specifies the delay before retrying a failed server request when opening the document, provided that the server response is returned in chunks.

    Declaration
    public double RetryAfterDelay { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is null

    RetryCount

    Specifies the number of retry attempts for a failed server request when opening the document, provided that the server response is returned in chunks.

    Declaration
    public double RetryCount { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved