CollectionItem.Collection Property
In This Article
Gets the collection to which an item belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public Collection Collection { get; }
#Property Value
Type | Description |
---|---|
Collection | A Collection object to which an item belongs. |
See Also