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

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.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

[XtraSerializableProperty]
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