Xceed Grid for WinForms v4.3 Documentation
SummaryRow Class
Members 


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : SummaryRow Class
Specialization of the CellRowclass which represents a row used to display the results of statistical functions.
Syntax
'Declaration
 
<DescriptionAttribute("A row in the grid or group.")>
<DefaultEventAttribute("CellValueChanged")>
<ToolboxItemAttribute(False)>
<DesignerAttribute("Xceed.Grid.Design.CellRowDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DesignTimeVisibleAttribute(False)>
<DefaultPropertyAttribute("BackColor")>
Public Class SummaryRow 
   Inherits CellRow
'Usage
 
Dim instance As SummaryRow
[Description("A row in the grid or group.")]
[DefaultEvent("CellValueChanged")]
[ToolboxItem(false)]
[Designer("Xceed.Grid.Design.CellRowDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[DesignTimeVisible(false)]
[DefaultProperty("BackColor")]
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SummaryRow Members
Xceed.Grid Namespace