IAccordionItemInfo Members
Contains information about an Accordion item.Properties
Name | Description |
---|---|
DataItem | 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. |
FilterInfo | Returns information about filter. |
HasChildren | Returns whether the Accordion item has child items. |
IconCssClass | Returns the CSS class name of the Accordion item’s icon. |
IconUrl | Returns the URL to the Accordion’s item icon. |
Level | Returns the Accordion’s item level. |
Name | Returns the Accordion’s item name. |
NavigateUrl | 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