SnapListGroupParam Constructors
Assists in performing tasks related to data sorting in code.| Name | Parameters | Description |
|---|---|---|
| SnapListGroupParam(String, ColumnSortOrder, GroupInterval) | fieldName, sortOrder, interval | Initializes a new instance of the SnapListGroupParam class with the specified settings. |
| SnapListGroupParam(String, ColumnSortOrder) | fieldName, sortOrder | Initializes a new instance of the SnapListGroupParam class with the specified settings. |
See Also