Back to Devexpress

ContextItem.Collection Property

windowsforms-devexpress-dot-utils-dot-contextitem-fef232bd.md

latest1.2 KB
Original Source

ContextItem.Collection Property

Gets the collection to which the current item belongs.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public ContextItemCollection Collection { get; }
vb
<Browsable(False)>
Public ReadOnly Property Collection As ContextItemCollection

Property Value

TypeDescription
ContextItemCollection

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

|

See Also

ContextItem Class

ContextItem Members

DevExpress.Utils Namespace