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

In This Topic
    DataGridAggregateWithFormat Class
    In This Topic
    Aggregate function which result will be formated with the column format property.
    Object Model
    DataGridAggregateWithFormat Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class DataGridAggregateWithFormat 
       Inherits DataGridAggregate
    public abstract class DataGridAggregateWithFormat : DataGridAggregate 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.DataGrid.Summaries.DataGridAggregate
                C1.WPF.DataGrid.Summaries.DataGridAggregateWithFormat
                   C1.WPF.DataGrid.Summaries.DataGridAggregateAvg
                   C1.WPF.DataGrid.Summaries.DataGridAggregateMax
                   C1.WPF.DataGrid.Summaries.DataGridAggregateMin
                   C1.WPF.DataGrid.Summaries.DataGridAggregateSum

    See Also