GridViewCustomBindingDataArgsBase Constructors
Provides base data arguments to implement custom binding method delegates.Name | Parameters | Description |
---|---|---|
GridViewCustomBindingDataArgsBase(GridViewModel, IList<GridViewGroupInfo>) | state, groupInfoList | Initializes a new instance of the GridViewCustomBindingDataArgsBase class with the specified settings. |
See Also