DxAccordion Properties
A side navigation control that can organize items into collapsible groups.| Name | Description |
|---|---|
| AnimationType | Specifies the animation type. |
| Attributes | Specifies a collection of standard HTML attributes applied to the Accordion. |
| CssClass | Assigns a CSS class to the component. Inherited from DxComponent. |
| CustomFilter | Allows you to implement custom filter logic. |
| Data | Specifies the data source. |
| DataMappings | Specifies data mappings. |
| Enabled | Specifies whether the Accordion component is enabled. |
| ExpandCollapseAction | Specifies the user action that expands or collapses the item. |
| ExpandMode | Specifies how many items can be expanded at a time. |
| FilterMinLength | Specifies the minimum number of characters a user must type in the search box to apply the filter. |
| FilterNullText | Specifies the filter panel’s prompt text. |
| FilterString | Specifies the filter criteria used to filter the component’s items. |
| Id | Specifies the component’s unique identifier. Inherited from DxComponent. |
| ItemContentTemplate | Specifies a content template for all Accordion items. |
| ItemHeaderTextTemplate | Specifies a header text template for all Accordion items. |
| Items | Specifies the collection of the Accordion’s items. |
| ItemTemplate | Specifies the template used to display Accordion items. |
| LoadChildItemsOnDemand | Specifies whether the Accordion’s child items are loaded on demand. |
| RootItemCollapseButtonIconCssClass | Specifies the CSS class name for a root item’s Collapse button icon. |
| RootItemExpandButtonDisplayMode | Specifies where the Accordion component displays its expand button for root items. |
| RootItemExpandButtonIconCssClass | Specifies the CSS class name for a root item’s Expand button icon. |
| SelectionMode | Specifies the selection mode. |
| ShowFilterPanel | Specifies whether the Accordion displays the filter panel. |
| SizeMode | Specifies the size of the component’s inner elements. Also affects the component’s size. |
| SubItemCollapseButtonIconCssClass | Specifies the CSS class name for a subitem’s Collapse button icon. |
| SubItemExpandButtonDisplayMode | Specifies where the Accordion component displays expand and collapse buttons for nested items. |
| SubItemExpandButtonIconCssClass | Specifies the CSS class name for a subitem’s Expand button icon. |
| Target | Specifies the target attribute’s value for all items. |
| 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 the Accordion component’s visibility. |
See Also