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

ContextItem.Collection Property

Gets the collection to which the current item belongs.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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

Property Value

Type Description
DevExpress.Utils.ContextItemCollection

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

See Also