Class MobileAccordionBaseItem
Class for AccordionBaseItem
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.Mobile
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileAccordionBaseItem
Constructors
MobileAccordionBaseItem()
Initializes a new instance of the MobileAccordionBaseItem class.
Declaration
public MobileAccordionBaseItem()
Properties
Content
Gets or sets the content.
Declaration
[JsonIgnore]
public MvcTemplate<MobileAccordionBaseItem> Content { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<MobileAccordionBaseItem> | The content. |
EnableAjax
Gets or sets the enableAjax.
Declaration
[JsonProperty("enableAjax")]
public string EnableAjax { get; set; }
Property Value
Type | Description |
---|---|
System.String | The enable ajax. |
Href
Gets or sets the ajax URL.
Declaration
[JsonProperty("href")]
public string Href { get; set; }
Property Value
Type | Description |
---|---|
System.String | The href. |
Text
Gets or sets the text.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |