Class ConfigurePaneSettings
Class for ConfigurePaneSettings.
Inherited Members
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
[JsonProperty("items")]
[JsonConverter(typeof(StringEnumConverter))]
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 |
|