ContextItem.Collection Property
In This Article
Gets the collection to which the current item belongs.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
public ContextItemCollection Collection { get; }
#Property Value
Type | Description |
---|---|
Context |
A Context |
See Also