Back to Devexpress

CardViewTabbedLayoutGroup.Items Property

aspnet-devexpress-dot-web-dot-cardviewtabbedlayoutgroup.md

latest1.1 KB
Original Source

CardViewTabbedLayoutGroup.Items Property

Provides access to the collection of items placed in the current tabbed 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

CardViewTabbedLayoutGroup Class

CardViewTabbedLayoutGroup Members

DevExpress.Web Namespace