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

AccordionControlElement(ElementStyle) Constructor

Initializes a new instance of the AccordionControlElement class with the specified style.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public AccordionControlElement(
    ElementStyle style
)

Parameters

Name Type Description
style ElementStyle

A value used to initialize the AccordionControlElement.Style property.

See Also