[]
Represents an item of accordion.
public class AccordionItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDependencyObject, IDisposable
Public Class AccordionItem
Inherits ComponentBase
Implements IComponent, IHandleEvent, IHandleAfterRender, IDependencyObject, IDisposable
| Name | Description |
|---|---|
| AccordionItem() | Initializes a new instance of the AccordionItem class. |
| Name | Description |
|---|---|
| IsExpandedProperty | Identifies the IsExpanded dependency property. |
| 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. |
| RetainChildContent | Determines whether the UI content produced by ChildContent should remain in the DOM, regardless of the IsExpanded state. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| ~AccordionItem() | Finalizes this instance of the AccordionItem class. |
| OnAfterRender(bool) | |
| OnInitialized() |