DxAccordionItem Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Allow |
Specifies whether the Accordion item can be selected. |
Attributes | Specifies a collection of standard HTML attributes applied to the accordion item. |
Content |
Specifies a template for the Accordion item’s content. |
Css |
Assigns a CSS class to the Accordion item. |
Enabled |
Specifies whether navigation component’s item is enabled.
Inherited from Dx |
Expanded | Specifies whether the item is expanded. |
Header |
Specifies a template for the Accordion item’s header text. |
Icon |
Specifies the name of the CSS class applied to the Accordion item’s icon. |
Icon |
Specifies the Accordion item’s icon URL. |
Items | Contains child items of the current Accordion item. |
Name | Specifies a unique identifier for the item. |
Navigate |
Specifies the item’s location to navigate. |
Sync |
For internal use only.
Inherited from Dx |
Target | Specifies the target attribute’s value for the item. |
Template | Specifies the template used to display the Accordion item. |
Text | Specifies the item’s text content. |
Url |
Specifies whether the item becomes selected if its Navigate |
Visible |
Specifies whether the navigation component is visible.
Inherited from Dx |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Click | Fires when a user clicks the Accordion item. |
Expanded |
Fires when an Accordion’s item expands or collapses. |
See Also