C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow Class


GroupRow Class Methods

For a list of all members of this type, see GroupRow members.

Public Methods
 NameDescription
Public MethodGets a CellRange object that contains all the rows in the group represented by this GroupRow and all columns.  
Public MethodGets the display (formatted) value stored in this row at a given column. (Inherited from C1.WPF.FlexGrid.Row)
Public MethodGets a collection of data items in the group represented by this GroupRow.  
Public MethodGets the raw (unformatted) value stored in this row at a given column. (Inherited from C1.WPF.FlexGrid.Row)
Public MethodGets a string containing all the errors associated with the data item bound to this row or with a specific property of the data item. (Inherited from C1.WPF.FlexGrid.Row)
Top
Protected Methods
 NameDescription
Protected MethodGets the value stored in this row at a given column. (Inherited from C1.WPF.FlexGrid.Row)
Protected MethodOverridden. Gets the unbound value stored in this row at a given column.  
Protected MethodRaises the PropertyChanged event on the parent rows collection. (Inherited from C1.WPF.FlexGrid.Row)
Protected MethodSets the value stored in this row at a given column. (Inherited from C1.WPF.FlexGrid.Row)
Protected MethodAssigns an unbound value to this row at a given column. (Inherited from C1.WPF.FlexGrid.Row)
Protected MethodCalled when any RowCol.CellStyle owned by the grid changes. (Inherited from C1.WPF.FlexGrid.RowCol)
Top
See Also