Back to Devexpress

SortingOptions.FieldName Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-sortingoptions-ce63e5ec.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue("")]
public string FieldName { get; set; }
vb
<DefaultValue("")>
Public Property FieldName As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FieldName
XRLabel

.InteractiveSorting .FieldName

|

See Also

GroupField

Sort a Report in Print Preview

SortingOptions Class

SortingOptions Members

DevExpress.XtraReports.UI Namespace