Skip to main content
All docs
V21.2

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

public SnapListGroupParam(
    string fieldName,
    ColumnSortOrder sortOrder
)

Parameters

Name Type Description
fieldName String

A String value, specifying the field name.

sortOrder ColumnSortOrder

A ColumnSortOrder enumeration value.

See Also