Skip to main content
A newer version of this page is available. .

ContextItemCollection.Options Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.1.dll

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

Declaration

[Browsable(false)]
public ContextItemCollectionOptions Options { get; set; }

Property Value

Type Description
ContextItemCollectionOptions

A ContextItemCollectionOptions object that represents a ContextItemCollection‘s options.

See Also