ASPxCardViewGroupSelectorFillItemsEventArgs(List<CardViewGroupSelectorItem>) Constructor
Initializes a new instance of the ASPxCardViewGroupSelectorFillItemsEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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