Skip to main content

GridColumnSummary Members

A data summary item.

Constructors

Name Description
GridColumnSummary() Initializes a new GridColumnSummary class instance with default settings.
GridColumnSummary(String) Initializes a new GridColumnSummary class instance with the specified column’s field name.

Fields

Name Description
DisplayFormatProperty static Identifies the GridColumnSummary.DisplayFormat bindable property.
FieldNameProperty static Identifies the GridColumnSummary.FieldName bindable property.
IgnoreNullValuesProperty static Identifies the GridColumnSummary.IgnoreNullValues bindable property.
TypeProperty static Identifies the GridColumnSummary.Type bindable property.

Properties

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.

Methods

Name Description
Clone() Creates a copy of the current GridColumnSummary object.
GetSummaryValueAsync() Gets the summary value asynchronously.
Reset() Interrupts the process of summary calculation.
See Also