Interface IAggregateResultsList
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml.GridView.GroupRow
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IAggregateResultsList : IControl, IFrameworkElement, ITargetElement
Properties
AggregateResultCells
Declaration
IList<IGridViewAggregateResultCell> AggregateResultCells { get; }
Property Value
System.Collections.Generic.IList<IGridViewAggregateResultCell>
|