Skip to main content

AccordionControlElement(ElementStyle) Constructor

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AccordionControlElement(
    ElementStyle style
)

Parameters

Name Type Description
style ElementStyle

A value used to initialize the AccordionControlElement.Style property.

See Also