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

AccordionControl.AddItem() Method

Creates a new AccordionControlElement owned by this AccordionControl.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public AccordionControlElement AddItem()

Returns

Type Description
AccordionControlElement

An AccordionControlElement object created by this method.

See Also