Back to Devexpress

DxAccordion Properties

blazor-devexpress-dot-blazor-dot-dxaccordion-dot-underscore-properties.md

latest4.8 KB
Original Source

DxAccordion Properties

A side navigation control that can organize items into collapsible groups.

NameDescription
AnimationTypeSpecifies the animation type.
AttributesSpecifies a collection of standard HTML attributes applied to the Accordion.
CssClassAssigns a CSS class to the component. Inherited from DxComponent.
CustomFilterAllows you to implement custom filter logic.
DataSpecifies the data source.
DataMappingsSpecifies data mappings.
EnabledSpecifies whether the Accordion component is enabled.
ExpandCollapseActionSpecifies the user action that expands or collapses the item.
ExpandModeSpecifies how many items can be expanded at a time.
FilterMinLengthSpecifies the minimum number of characters a user must type in the search box to apply the filter.
FilterNullTextSpecifies the filter panel’s prompt text.
FilterStringSpecifies the filter criteria used to filter the component’s items.
IdSpecifies the component’s unique identifier. Inherited from DxComponent.
ItemContentTemplateSpecifies a content template for all Accordion items.
ItemHeaderTextTemplateSpecifies a header text template for all Accordion items.
ItemsSpecifies the collection of the Accordion’s items.
ItemTemplateSpecifies the template used to display Accordion items.
LoadChildItemsOnDemandSpecifies whether the Accordion’s child items are loaded on demand.
RootItemCollapseButtonIconCssClassSpecifies the CSS class name for a root item’s Collapse button icon.
RootItemExpandButtonDisplayModeSpecifies where the Accordion component displays its expand button for root items.
RootItemExpandButtonIconCssClassSpecifies the CSS class name for a root item’s Expand button icon.
SelectionModeSpecifies the selection mode.
ShowFilterPanelSpecifies whether the Accordion displays the filter panel.
SizeModeSpecifies the size of the component’s inner elements. Also affects the component’s size.
SubItemCollapseButtonIconCssClassSpecifies the CSS class name for a subitem’s Collapse button icon.
SubItemExpandButtonDisplayModeSpecifies where the Accordion component displays expand and collapse buttons for nested items.
SubItemExpandButtonIconCssClassSpecifies the CSS class name for a subitem’s Expand button icon.
TargetSpecifies the target attribute’s value for all items.
UrlMatchModeSpecifies 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.
VisibleSpecifies the Accordion component’s visibility.

See Also

DxAccordion Class

DxAccordion Members

DevExpress.Blazor Namespace