Xceed Grid for WinForms v4.3 Documentation
SummaryCell Class
Members 


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : SummaryCell Class
Specialization of the Cell class which represents a cell that is used to display the result of a statistical function.
Syntax
'Declaration
 
<DesignerSerializerAttribute("Xceed.Grid.Design.CellSerializer,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DesignerAttribute("Xceed.Grid.Design.CellDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DefaultEventAttribute("Click")>
<DesignTimeVisibleAttribute(False)>
<DefaultPropertyAttribute("BackColor")>
<ToolboxItemAttribute(False)>
Public Class SummaryCell 
   Inherits Cell
'Usage
 
Dim instance As SummaryCell
[DesignerSerializer("Xceed.Grid.Design.CellSerializer,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[Designer("Xceed.Grid.Design.CellDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[DefaultEvent("Click")]
[DesignTimeVisible(false)]
[DefaultProperty("BackColor")]
[ToolboxItem(false)]
public class SummaryCell : Cell 
Remarks

By default, a cell whose StatFunction property is set to None (default) will not be visible while a cell whose StatFunction property is set to a value other than None will be visible.

Through the TitleFormat property, a string can be provided that will be used to dynamically create the text displayed to the left or right of the SummaryCell, according to the value of the TitlePosition property.

Refer to the TitleFormat property for more information on the supported variables as well as their usage.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Xceed.Grid.GridElementBase
         Xceed.Grid.GridElement
            Xceed.Grid.VisualGridElement
               Xceed.Grid.Cell
                  Xceed.Grid.SummaryCell

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

SummaryCell Members
Xceed.Grid Namespace