Skip to main content

ContextItemCollection(IContextItemCollectionOwner) Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public ContextItemCollection(
    IContextItemCollectionOwner owner
)

Parameters

Name Type Description
owner DevExpress.Utils.IContextItemCollectionOwner

An object that implements the IContextItemCollectionOwner interface and that owns a new ContextItemCollection

See Also