Skip to main content

ContextItem.Collection Property

Gets the collection to which the current item belongs.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
public ContextItemCollection Collection { get; }

Property Value

Type Description
ContextItemCollection

A ContextItemCollection object that represents the collection to which the current item belongs.

See Also