Skip to main content

GridColumnSummary Properties

A data summary item.
Name Description
DisplayFormat Gets or sets the pattern used to format the summary value. This is a bindable property.
FieldName Gets or sets the field name of the column for which a summary should be calculated. This is a bindable property.
IgnoreNullValues Specifies whether null values should be ignored when a summary is calculated. This is a bindable property.
IsValid Indicates whether the summary value is calculated.
SummaryValue Gets the summary value.
Type Gets or sets the aggregation function type. This is a bindable property.
See Also