ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ConfigurePaneSettings

    Class for ConfigurePaneSettings.

    Inheritance
    System.Object
    EJTagHelper
    ConfigurePaneSettings
    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.ReportDesigner
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ConfigurePaneSettings : EJTagHelper

    Constructors

    ConfigurePaneSettings()

    Declaration
    public ConfigurePaneSettings()

    Properties

    Items

    Gets or sets the ConfigurePane items.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("items")]
    public ConfigurePaneItems Items { get; set; }
    Property Value
    Type Description
    ConfigurePaneItems

    Gets the list of items to be enabled in ConfigurePane.

    ShowConfigurePane

    Shows or hides the configure Pane.

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

    true if [show configurePane]; otherwise, false.

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