SnapListGroupParam(String, ColumnSortOrder, GroupInterval) Constructor
Initializes a new instance of the SnapListGroupParam class with the specified settings.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
public SnapListGroupParam(
string fieldName,
ColumnSortOrder sortOrder,
GroupInterval interval
)
Parameters
| Name | Type | Description |
|---|---|---|
| fieldName | String | A String value. This value is assigned to the SnapListGroupParam.FieldName property. |
| sortOrder | ColumnSortOrder | A ColumnSortOrder enumeration value. This value is assigned to the SnapListGroupParam.SortOrder property. |
| interval | GroupInterval | A GroupInterval enumeration value. This value is assigned to the SnapListGroupParam.Interval property. |
See Also