ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Summaries Namespace / DataGridAggregateMin Class
Properties Methods


In This Topic
    DataGridAggregateMin Class Members
    In This Topic

    The following tables list the members exposed by DataGridAggregateMin.

    Public Constructors
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the text that will be shown in the cell, the ocurrences of the text "{0}" will be replaced with the result of the aggregate function. (Inherited from C1.Silverlight.DataGrid.Summaries.DataGridAggregate)
    Public PropertyGets or sets the data template that will be applied to the result of the aggregate function. (Inherited from C1.Silverlight.DataGrid.Summaries.DataGridAggregate)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodOverridden. Computes the minimum value in the rows collection corresponding to the specified column.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from C1.Silverlight.DataGrid.Summaries.DataGridAggregateWithFormat)
    Public MethodGets the text containing the result of the aggregate function after the ResultFormat is applied. (Inherited from C1.Silverlight.DataGrid.Summaries.DataGridAggregate)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Top
    See Also