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

DxAccordionItem Properties
Show Inherited Hide Inherited

Defines an item of the DxAccordion component.
Name Description
AllowSelection Specifies whether the Accordion item can be selected.
Attributes Specifies a collection of standard HTML attributes applied to the accordion item.
ContentTemplate Specifies a template for the Accordion item’s content.
CssClass Assigns a CSS class to the Accordion item.
Enabled Specifies whether navigation component’s item is enabled. Inherited from DxNavigationItemBaseComponent<TModel>.
Expanded Specifies whether the item is expanded.
HeaderTextTemplate Specifies a template for the Accordion item’s header text.
IconCssClass Specifies the name of the CSS class applied to the Accordion item’s icon.
IconUrl Specifies the Accordion item’s icon URL.
Items Contains child items of the current Accordion item.
Name Specifies a unique identifier for the item.
NavigateUrl Specifies the item’s location to navigate.
SyncRoot For internal use only. Inherited from DxSettingsComponent.
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.
UrlMatchMode Specifies whether the item becomes selected if its NavigateUrl property value matches the active web page. If the control does select the item, it expands all parent items.
Visible Specifies whether the navigation component is visible. Inherited from DxNavigationItemBaseComponent<TModel>.
See Also