Skip to main content
A newer version of this page is available. .

DxAccordionItem Properties

Defines an item of the DxAccordion component.
Name Description
ContentTemplate Specifies a template for the Accordion item’s content.
CssClass Specifies the name of a CSS class applied 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.
Visible Specifies whether the navigation component is visible. Inherited from DxNavigationItemBaseComponent<TModel>.
See Also