Skip to main content
All docs
V25.1
  • SimpleContextItemCollectionOptions(IContextItemCollectionOptionsOwner) Constructor

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

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public SimpleContextItemCollectionOptions(
        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