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

DxAccordion Properties

An Accordion component.
Name Description
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
CustomFilter Allows you to implement custom filter logic.
Data Specifies the data source.
DataMappings Specifies data mappings.
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 DxComponentBase.
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.
ShowFilterPanel Specifies whether the Accordion displays the filter panel.
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.
See Also