Skip to main content
A newer version of this page is available. .

AccordionOptionsFooter(AccordionControl) Constructor

Initializes a new instance of the AccordionOptionsFooter class.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public AccordionOptionsFooter(
    AccordionControl owner
)

Parameters

Name Type Description
owner AccordionControl

An AccordionControl object specifying the Accordion control whose footer specific options are being created.

See Also