ContextItemCollection.Options Property
Provides access to the ContextItemCollectionOptions object that stores the collection’s settings.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.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