SnapListGroupParam(String, ColumnSortOrder) 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
Parameters
Name | Type | Description |
---|---|---|
fieldName | String | A String value, specifying the field name. |
sortOrder | ColumnSortOrder | A ColumnSortOrder enumeration value. |
See Also