Skip to main content
All docs
V26.1
  • ContextItemCollectionOptions(IContextItemCollectionOptionsOwner) Constructor

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

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

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