Skip to main content

ContextItemCollection.Options Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

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