Skip to main content

AccordionContextItemCollectionOptions(IContextItemCollectionOptionsOwner) Constructor

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AccordionContextItemCollectionOptions(
    IContextItemCollectionOptionsOwner owner
)

Parameters

Name Type Description
owner DevExpress.Utils.IContextItemCollectionOptionsOwner

An object that implements the IContextItemCollectionOptionsOwner interface and that owns a new ContextItemCollectionOptions.

See Also