Back to Devexpress

GridGroupSummarySortInfo.FieldName Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridgroupsummarysortinfo-84a9888f.md

latest1.2 KB
Original Source

GridGroupSummarySortInfo.FieldName Property

Gets or sets the field name of a grouping column.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public string FieldName { get; }
vb
Public ReadOnly Property FieldName As String

Property Value

TypeDescription
String

A String value that specifies the field name of a column that defines the nesting level of the group whose data rows are sorted by summary values.

|

See Also

GridGroupSummarySortInfo Class

GridGroupSummarySortInfo Members

DevExpress.Xpf.Grid Namespace