Skip to main content

SummaryItemBase.FieldName Property

Gets or sets the name of a data source field whose values are used for summary calculation. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP("", Handler = "OnSummaryChanged")]
public string FieldName { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the data source field whose values are used for summary calculation.

Remarks

If the SummaryItemBase.SummaryType property of a summary item is set to Count, it is not necessary to specify its FieldName.

See Also