ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Summaries Namespace / DataGridAggregate Class / ResultFormat Property

In This Topic
    ResultFormat Property (DataGridAggregate)
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    
    Public Property ResultFormat As String
    public string ResultFormat {get; set;}
    Remarks
    if ResultTemplate property is specified, this property is ignored.
    See Also