[]
        
(Showing Draft Content)

C1.Blazor.Accordion.AccordionItem

AccordionItem Class

Represents an item of accordion.

Inheritance
AccordionItem
Namespace: C1.Blazor.Accordion
Assembly: C1.Blazor.Accordion.dll
Syntax
public class AccordionItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDependencyObject, IDisposable

Constructors

Name Description
AccordionItem()

Initializes a new instance of the AccordionItem class.

Fields

Name Description
IsExpandedProperty

Identifies the IsExpanded dependency property.

Properties

Name Description
ChildContent

Gets or sets the content of the control.

Collection
Header

Text displays in the header of item.

HeaderTemplate

The Template header.

IsDisposed

Gets whether this instance is disposed.

IsExpanded

Gets or sets the expanded state of item.

IsExpandedChanged

Gets or sets the callback called when the IsExpanded property has changed.

ItemHeaderStyle

Gets or sets the style of the header of item.

ItemStyle

Gets or sets the style applied to the accordion items.

Methods

Name Description
Dispose()
Dispose(bool)
~AccordionItem()

Finalizes this instance of the AccordionItem class.

OnAfterRender(bool)
OnInitialized()