Back to Devexpress

DxAccordionItem Properties

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

latest3.1 KB
Original Source

DxAccordionItem Properties

Defines an item of the DxAccordion component.

NameDescription
AllowSelectionSpecifies whether the Accordion item can be selected.
AttributesSpecifies a collection of standard HTML attributes applied to the accordion item.
ContentTemplateSpecifies a template for the Accordion item’s content.
CssClassAssigns a CSS class to the Accordion item.
EnabledSpecifies whether navigation component’s item is enabled. Inherited from DxNavigationItemBaseComponent<TModel>.
ExpandedSpecifies whether the item is expanded.
HeaderTextTemplateSpecifies a template for the Accordion item’s header text.
IconCssClassSpecifies the name of the CSS class applied to the Accordion item’s icon.
IconUrlSpecifies the Accordion item’s icon URL.
ItemsContains child items of the current Accordion item.
NameSpecifies a unique identifier for the item.
NavigateUrlSpecifies the item’s location to navigate.
SyncRootFor internal use only. Inherited from DxModelComponent.
TargetSpecifies the target attribute’s value for the item.
TemplateSpecifies the template used to display the Accordion item.
TextSpecifies the item’s text content.
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 whether the navigation component is visible. Inherited from DxNavigationItemBaseComponent<TModel>.

See Also

DxAccordionItem Class

DxAccordionItem Members

DevExpress.Blazor Namespace