SummaryRow Class
See Also  Members  
Xceed.Grid Assembly > Xceed.Grid Namespace : SummaryRow Class


Specialization of the CellRowclass which represents a row used to display the results of statistical functions.

Syntax

Visual Basic (Declaration) 
Public Class SummaryRow 
   Inherits CellRow
Visual Basic (Usage)Copy Code
Dim instance As SummaryRow
C# 
public class SummaryRow : CellRow 

Remarks

Through the TextFormat property, a string can be provided that will be used to dynamically create the text displayed in the SummaryRow.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Xceed.Grid.GridElementBase
         Xceed.Grid.GridElement
            Xceed.Grid.VisualGridElement
               Xceed.Grid.Row
                  Xceed.Grid.CellRow
                     Xceed.Grid.SummaryRow

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also