Skip to main content
A newer version of this page is available.

SnapListGroupParam(String, ColumnSortOrder) Constructor

Initializes a new instance of the SnapListGroupParam class with the specified settings.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

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