IAccordionItemInfo Properties
Contains information about an Accordion item.
Name | Description |
---|---|
Data |
Returns a data item that is bound to an Accordion item. |
Enabled | Returns whether the Accordion item is enabled. |
Expanded | Returns whether the Accordion item is expanded. |
Filter |
Returns information about filter. |
Has |
Returns whether the Accordion item has child items. |
Icon |
Returns the CSS class name of the Accordion item’s icon. |
Icon |
Returns the URL to the Accordion’s item icon. |
Level | Returns the Accordion’s item level. |
Name | Returns the Accordion’s item name. |
Navigate |
Returns the Accordion’s item navigation location. |
Parent | Returns information about the Accordion item’s parent. |
Target | Returns the Accordion’s item target attribute value. |
Text | Returns the Accordion’s item text. |
Visible | Returns whether the Accordion item is visible. |
See Also