Skip to main content
All docs
V26.1
  • ContextItemCollection.Options Property

    Provides access to the ContextItemCollectionOptions object that stores the collection’s settings.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public ContextItemCollectionOptions Options { get; set; }

    Property Value

    Type Description
    ContextItemCollectionOptions

    A ContextItemCollectionOptions object that represents a ContextItemCollection‘s options.

    See Also