Class AggregateResultsList
Inheritance
System.Object
AggregateResultsList
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class AggregateResultsList : ItemsControl, IAutomationPeer, IPeerConverter, IAggregateResultsList, IControl, IFrameworkElement, ITargetElement
Constructors
AggregateResultsList()
Declaration
public AggregateResultsList()
Properties
AggregateResultCells
Declaration
public IList<GridViewAggregateResultCell> AggregateResultCells { get; }
Property Value
System.Collections.Generic.IList<GridViewAggregateResultCell>
|
Explicit Interface Implementations
IAggregateResultsList.AggregateResultCells
Declaration
IList<IGridViewAggregateResultCell> IAggregateResultsList.AggregateResultCells { get; }
Returns
System.Collections.Generic.IList<IGridViewAggregateResultCell>
|