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

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.v19.1.Core.dll

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