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

ASPxCardViewGroupSelectorFillItemsEventArgs.Items Property

Gets a collection of CardViewGroupSelectorItem items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public List<CardViewGroupSelectorItem> Items { get; }

Property Value

Type Description
List<CardViewGroupSelectorItem>

A List<T><CardViewGroupSelectorItem,> instance that is the collection of items.

Remarks

Use the Items property to access the collection of items contained in the group selector.

See Also