ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetAutoFillSettings - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpreadsheetAutoFillSettings

    Specifies the class for spreadsheet autofill settings which includes fillType, showFillOptions properties.

    Inheritance
    System.Object
    EJTagHelper
    SpreadsheetAutoFillSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SpreadsheetAutoFillSettings : EJTagHelper

    Constructors

    SpreadsheetAutoFillSettings()

    Declaration
    public SpreadsheetAutoFillSettings()

    Properties

    FillType

    Gets or sets the fillType.

    Declaration
    [JsonProperty("fillType")]
    [JsonConverter(typeof(StringEnumConverter))]
    public SpreadsheetAutoFillOptions FillType { get; set; }
    Property Value
    Type Description
    SpreadsheetAutoFillOptions

    The fillType.

    ShowFillOptions

    Gets or sets a value indicating whether the fillOption is enable or not.

    Declaration
    [JsonProperty("showFillOptions")]
    public bool ShowFillOptions { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the fill options is enabled; otherwise, false.

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