Class PaneProperties
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
Assembly: Syncfusion.EJ.dll
Syntax
public class PaneProperties : EJTagHelper
Constructors
PaneProperties()
Initializes a new instance of the AccordionBaseItem class.
Declaration
public PaneProperties()
Properties
Collapsible
Allows the pane to collapse,when it is set to true.
Declaration
[JsonProperty("collapsible")]
public bool Collapsible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ContentTemplate
Gets or sets the content template.
Declaration
[JsonIgnore]
public MvcTemplate<PaneProperties> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<PaneProperties> |
Expandable
Allows the pane to expand,when it is set to true.
Declaration
[JsonProperty("expandable")]
public bool Expandable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxSize
specifies the maximum size.
Declaration
[JsonProperty("maxSize")]
public string MaxSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinSize
specifies the minimum size.
Declaration
[JsonProperty("minSize")]
public string MinSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaneSize
specifies the panesize.
Declaration
[JsonProperty("paneSize")]
public string PaneSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Resizable
Allows to resize the pane from minimum width to maximum width, when is set to true.
Declaration
[JsonProperty("resizable")]
public bool Resizable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |