InterfaceIDataView
Provides a view over the already computed data within a RadDataGrid instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public interface IDataView : IDataViewCollection, IEnumerable, ISupportCurrentItem
Inherited Members
Methods
GetAggregateValue(int, IDataGroup)
Gets the computed aggregate value associated with the provided aggregate index.
Declaration
object GetAggregateValue(int aggregateIndex, IDataGroup group)
Parameters
aggregateIndex
The zero-based index of the AggregateDescriptorBase within the AggregateDescriptors collection.
group
The IDataGroup instance to get the value for. Pass null to retrieve the computed Grand Total value.
Returns
GetAggregateValues(string, IDataGroup)
Gets the computed aggregate values for all the PropertyAggregateDescriptor instances associated with the provided property name.
Declaration
IEnumerable GetAggregateValues(string propertyName, IDataGroup group)
Parameters
propertyName
The name of the property to filter aggregates by.
group
The IDataGroup instance to get the value for. Pass null to retrieve the computed Grand Total value.
Returns