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

CardViewLayoutGroup.Items Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewLayoutItemCollection Items { get; }

Property Value

Type Description
CardViewLayoutItemCollection

An CardViewLayoutItemCollection object that is a collection of layout items.

See Also