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

OptionsMinimizing(AccordionControl) Constructor

Initializes a new instance of the OptionsMinimizing class.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public OptionsMinimizing(
    AccordionControl owner
)

Parameters

Name Type Description
owner AccordionControl

An AccordionControl object representing the accordion control whose state options the object being created specifies.

See Also