ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Summaries Namespace / DataGridAggregateAvg Class / ResultTemplate Property

In This Topic
    ResultTemplate Property (DataGridAggregateAvg)
    In This Topic
    Gets or sets the data template that will be applied to the result of the aggregate function.
    Syntax
    'Declaration
     
    
    Public Property ResultTemplate As DataTemplate
    public DataTemplate ResultTemplate {get; set;}
    See Also