C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSummaryRow Class
Properties Methods Events


GridSummaryRow Class Members

The following tables list the members exposed by GridSummaryRow.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets the actual height of the row in pixels. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets a value indicating whether the row is visible. The row could be collapsed either because the IsVisible was set to false or the Parent is collapsed. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets a value indicating whether this row can be dragged. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets a value that indicates whether cells in this row can be merged. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets a value indicating whether this row can be resized. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets the System.Windows.Media.Brush used to paint the background of cells in this row. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets the cell-factory. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets the children of this row. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets the collection to which the bound item belongs to. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets the index of the data inside the collection of items. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets the data item. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets the System.Windows.Media.Brush used to paint the foreground of cells in this row. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets the grid containing this row. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets whether a row has errors (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets the System.Windows.Media.Brush used to paint the background of header cells in this row. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets the System.Windows.Media.Brush used to paint the foreground of header cells in this row. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets the height of the row. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets the index of the row inside the collection of rows of the associated FlexGrid. (Inherited from C1.WPF.Grid.GridRowCol)
Public PropertyGets a value indicating whether this column or row was generated from source. (Inherited from C1.WPF.Grid.GridRowCol)
Public PropertyGets or sets a value indicating whether this row is read only. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets a value indicating whether the row is visible and not collapsed. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets the nesting level inside a group. This is zero if no grouping is used. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets the maximum height of the row. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets the minimum height of the row. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets how final users can change the aggregate functions interactively.  
Public PropertyGets the parent group row. (Inherited from C1.WPF.Grid.GridRow)
Public PropertyGets or sets the separator string to display when there are more than one aggregate value.  
Public PropertyGets or sets whether the header icon is displayed.  
Public PropertyGets or sets a value indicating whether cells in the row wrap their content. (Inherited from C1.WPF.Grid.GridRow)
Top
Protected Properties
 NameDescription
Protected PropertyWhen set to true the methods GetCellKind, CreateCell, BindCell and UnbindCell will be called allowing customized cells, inheriting from GridCellView. (Inherited from C1.WPF.Grid.GridRow)
Protected PropertyGets whether the children are below this row. (Inherited from C1.WPF.Grid.GridRow)
Top
Public Methods
 NameDescription
Public MethodGets whether custom cells are allowed for the specified range. (Inherited from C1.WPF.Grid.GridRow)
Public MethodGets the errors for the specified column. (Inherited from C1.WPF.Grid.GridRow)
Public MethodGets the errors in this row. (Inherited from C1.WPF.Grid.GridRow)
Public MethodGets whether the row has errors in the specified column. (Inherited from C1.WPF.Grid.GridRow)
Public MethodOverloaded. Refresh all the cells in the row. (Inherited from C1.WPF.Grid.GridRow)
Public Method (Inherited from C1.WPF.Grid.GridRow)
Top
Protected Methods
 NameDescription
Protected MethodGets whether there is a summary at the specified column.  
Protected MethodGets whether the data-item was already set. (Inherited from C1.WPF.Grid.GridRow)
Protected MethodOverridden. Called when the row is attached to a collection of rows.  
Protected MethodOverridden. Called when the row is detached from a collection of rows.  
Protected MethodCalled when a property changed. (Inherited from C1.WPF.Grid.GridRowCol)
Protected MethodCalled before a property changed. (Inherited from C1.WPF.Grid.GridRowCol)
Protected MethodSets the data-item owned by the row. (Inherited from C1.WPF.Grid.GridRow)
Top
Public Events
 NameDescription
Public EventOccurs when a property value changes. (Inherited from C1.WPF.Grid.GridRowCol)
Public EventOccurs before a property value changes. (Inherited from C1.WPF.Grid.GridRowCol)
Top
See Also