ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Summaries Namespace / DataGridAggregateDistinct Class
Members

In This Topic
    DataGridAggregateDistinct Class
    In This Topic
    Computes the count of distinct items among the items of a row collection
    Object Model
    DataGridAggregateDistinct Class
    Syntax
    'Declaration
     
    
    Public Class DataGridAggregateDistinct 
       Inherits DataGridAggregate
    public class DataGridAggregateDistinct : DataGridAggregate 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.DataGrid.Summaries.DataGridAggregate
                C1.WPF.DataGrid.Summaries.DataGridAggregateDistinct

    See Also