SfDataGridBehaviorVirtualizedSummarySource Property

Gets or sets a collection that provides the values for the table summary row.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public IEnumerable VirtualizedSummarySource { get; set; }

Property Value

IEnumerable

Remarks

Use a collection of type IEnumerable<SummaryField> or a Dictionary<String, Object> where TKey indicates the name of the field and TValue contains the summary value of the field.

See Also