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

SnapListGroupParam.FieldName Property

Specifies the data field against which the SnapList data is grouped.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v20.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

public string FieldName { get; set; }

Property Value

Type Description
String

A String value, specifying the data field name.

See Also