Skip to main content
All docs
V24.2

AccordionContextItemCollection(IContextItemCollectionOwner) Constructor

Initializes a new instance of the AccordionContextItemCollection class with specified settings.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AccordionContextItemCollection(
    IContextItemCollectionOwner owner
)

Parameters

Name Type Description
owner DevExpress.Utils.IContextItemCollectionOwner

An object that implements the IContextItemCollectionOwner interface and that owns a new AccordionContextItemCollection.

See Also