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

ASPxCardViewGroupSelectorFillItemsEventArgs(List<CardViewGroupSelectorItem>) Constructor

Initializes a new instance of the ASPxCardViewGroupSelectorFillItemsEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxCardViewGroupSelectorFillItemsEventArgs(
    List<CardViewGroupSelectorItem> items
)

Parameters

Name Type Description
items List<CardViewGroupSelectorItem>

A list of CardViewGroupSelectorItem objects containing information about the currently existing items in the group selector.

See Also