Back to Devexpress

CardViewLayoutGroup.Items Property

aspnet-devexpress-dot-web-dot-cardviewlayoutgroup.md

latest1.1 KB
Original Source

CardViewLayoutGroup.Items Property

Provides access to the collection of items placed in the current group.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewLayoutItemCollection Items { get; }
vb
Public ReadOnly Property Items As CardViewLayoutItemCollection

Property Value

TypeDescription
CardViewLayoutItemCollection

An CardViewLayoutItemCollection object that is a collection of layout items.

|

See Also

CardViewLayoutGroup Class

CardViewLayoutGroup Members

DevExpress.Web Namespace