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

SortingOptions.FieldName Property

Specifies the name of a GroupField that is used to sort data in Print Preview.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[DefaultValue("")]
public string FieldName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

Property Paths

You can access this nested property as listed below:

Object Type Path to FieldName
XRLabel
.InteractiveSorting .FieldName
See Also