[]
        
(Showing Draft Content)

C1.Blazor.Accordion.AccordionPanel

AccordionPanel Class

Panel that lays out C1Expander´s.

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

Constructors

Name Description
AccordionPanel()

Initializes a new instance of the AccordionPanel class.

Fields

Name Description
AccordionProperty

Identifies the Accordion dependency property.

ExpandDirectionProperty

Identifies the ExpandDirection dependency property.

FillProperty

Identifies the Fill dependency property.

Properties

Name Description
Accordion
ExpandDirection

Gets or sets the direction the contained C1Expanders expands.

Fill

Gets or sets whether the expanded item should fill the remaining space in the control.

Methods

Name Description
BuildRenderTree(RenderTreeBuilder)

Render the tree children.

Dispose(bool)
OnAfterRender(bool)