SfDataGridBehaviorVirtualizedSummarySource Property
Gets or sets a collection that provides the values for the table summary row.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public IEnumerable VirtualizedSummarySource { get; set; }
Public Property VirtualizedSummarySource As IEnumerable
Get
Set
Property Value
IEnumerable
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.