AccordionItem

in namespace DotVVM.Framework.Controls.Bootstrap4

Represents and item inside the Accordion widget.

Usage & Scenarios

Represents an item in Accordion control.

This control inherits from Card.

It has an additional property IsExpanded which determines whether the card content is expanded or not.

https://getbootstrap.com/docs/4.3/components/collapse/#accordion-example

Properties

Name Type Description Notes Default Value
property icon Content List<ICardItem> Gets or sets the contents of the main section of the panel.
attribute
inner element
static value
bindable
default
null
property icon FooterTemplate ITemplate Gets or sets the contents of the footer section of the panel.
attribute
inner element
static value
bindable
default
null
property icon FooterText String Gets or sets footer text
attribute
inner element
static value
bindable
default
null
property icon HeaderTemplate ITemplate Gets or sets the contents of the header section of the panel.
attribute
inner element
static value
bindable
default
null
property icon HeaderText String Gets or sets header text.
attribute
inner element
static value
bindable
default
null
property icon SubtitleText String Gets or sets subtitle of the card.
attribute
inner element
static value
bindable
default
null
property icon Text String Gets or sets inner text of the card.
attribute
inner element
static value
bindable
default
null
property icon TitleText String Gets or sets title of the card.
attribute
inner element
static value
bindable
default
null

HTML produced by the control