Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IAccordionItemInfo Properties

Contains information about an Accordion item.
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