dundas.controls.RepeaterGroupItem Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.RepeaterGroupItem
 

Constructors

 
  Name Description
init Initializes the RepeaterGroupItem. Called during construction.
 
 

Properties

 
  Name Description
bodies Gets or sets the collection of bodies shown.
body Gets the first body shown.
childGroupInstances Gets or sets the collection of group instances that are contained within this item.
columnFooters Gets or sets the collection of column footers associated with this item.
columnHeaders Gets or sets the collection of column headers associated with this item.
columnIndex Gets or sets the column index which the item is rendered within the group.
columnOrdinal Gets the item column ordinal.
dataResult Gets the filtered data result containing the subset of group data which created this item.
groupingValues Gets the grouping hierarchy values specific to this item.
groupInstance Gets or sets the group instance this item belongs to.
repeater Gets or sets the repeater this group belongs to.
rowFooters Gets or sets the collection of row footers associated with this item.
rowHeaders Gets or sets the collection of row headers associated with this item.
rowIndex Gets or sets the row index which the item is rendered within the group.
rowOrdinal Gets the item row ordinal.
state Gets the current processing state of the item.
 
 

Methods

 
  Name Description
dispose
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.