Skip to main content

GridViewCustomBindingGetSummaryValuesArgs Constructors

Provides arguments to implement a method delegate of the GridViewCustomBindingGetSummaryValuesHandler type.
Name Parameters Description
GridViewCustomBindingGetSummaryValuesArgs(GridViewModel, IList<GridViewGroupInfo>, List<GridViewSummaryItemState>) state, groupInfoList, summaryItems Initializes a new instance of the GridViewCustomBindingGetSummaryValuesArgs class with the specified settings.
See Also