[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.AccordionPaneBuilder

AccordionPaneBuilder Class

Defines a builder to configurate AccordionPane.

Inheritance
HideObjectMembers
AccordionPaneBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class AccordionPaneBuilder : BaseBuilder<AccordionPane, AccordionPaneBuilder>

Constructors

Name Description
AccordionPaneBuilder(AccordionPane)

Creates one AccordionPaneBuilder instance to configurate obj.

Methods

Name Description
Content(string)

Configurates Content. Sets the selector string to determine AccordionPane's content element.

Header(string)

Configurates Header. Sets the selector string to determine AccordionPane's header element.

IsCollapsed(bool)

Configurates IsCollapsed. Sets a value that determines whether this AccordionPane is expanded or collapsed.

IsDisabled(bool)

Configurates IsDisabled. Sets a value that determines whether this AccordionPane is disabled.

IsVisible(bool)

Configurates IsVisible. Sets a value that determines whether this AccordionPane is visible.