GridViewCustomBindingGetGroupingInfoArgs Constructors
Provides arguments to implement a method delegate of the GridViewCustomBindingGetGroupingInfoHandler type.Name | Parameters | Description |
---|---|---|
GridViewCustomBindingGetGroupingInfoArgs(GridViewModel, IList<GridViewGroupInfo>, String, ColumnSortOrder) | state, groupInfoList, fieldName, sortOrder | Initializes a new instance of the GridViewCustomBindingGetGroupingInfoArgs class with the specified settings. |
See Also