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

AccordionOptionsHamburgerMenu(AccordionControl) Constructor

Initializes a new instance of the AccordionOptionsHamburgerMenu class.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public AccordionOptionsHamburgerMenu(
    AccordionControl owner
)

Parameters

Name Type Description
owner AccordionControl

An AccordionControl object specifying the Accordion control whose hamburger menu view specific options are being created.

See Also