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.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.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.

#Examples

#Implements

DevExpress.Data.Summary.ISummaryItem.FieldName
See Also