Version

PivotDataRow Class Properties

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

Public Properties
 NameDescription
Public PropertyAllowSelectionOverridden. Gets a value indicating whether selection will be allowed on the PivotRowBase.  
Public PropertyCellsGets the collection of cells that belongs to the PivotDataRow.  
Public PropertyControlGets or sets the PivotCellsPanel that is attached to the PivotRowBase (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Public PropertyDataGets the underlying data associated with the PivotDataRow.  
Public PropertyDataCellStyleGets or sets the System.Windows.Style that will be applied to all PivotCellControl objects in this row.  
Public PropertyDataCellTemplateGets or sets the System.Windows.DataTemplate used to define the Content of the cell of the PivotDataRow.  
Public PropertyDataCellTemplateResolvedGets the resolved System.Windows.DataTemplate used to define the Content of the cells of the PivotDataRow.  
Public PropertyGridLayoutGets the PivotRowBase.GridLayout that is associated with this object. (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Public PropertyHeaderCellStyleGets or sets the System.Windows.Style that will be applied to all PivotRowHeaderCellControl objects in this row.  
Public PropertyHeaderTextGets the text from all members in tuple that this column belongs to.  
Public PropertyHeightGets or sets the row's height. (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Public PropertyHeightInternalOverridden.   
Public PropertyIsActiveGets or sets a value indicating whether or not a cell is the PivotRowBase is active. (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Public PropertyIsMouseOverGets or sets a value indicating whether or not the Mouse is currently over the PivotRowBase (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Public PropertyIsSelectedGets or sets a value indicating whether an item is currently selected.  
Public PropertyIsTotalGets a value indicating whether this PivotDataRow is total.  
Public PropertyIsVisibleGets or sets a value indicating whether the row is visible.  
Public PropertyLeafHeaderCellGets the cell which is at the lowest level in the hierarchy  
Public PropertyTupleGets the tuple associated with this row.  
Protected Properties
 NameDescription
Protected PropertyAttachedElement (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
Protected Internal PropertyIsDirty (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
Protected PropertyRecyclingElementTypeOverridden. Gets the Type of control that should be created for the PivotDataRow.  
Protected PropertyRecyclingIdentifier (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
Protected Internal PropertyResolveRowHoverOverridden. Resolves whether the entire row or just the individual cell should be hovered when the mouse is over a cell.  
Protected Internal PropertyVisibleCellsOverridden. Gets a list of cells that are visible.  
See Also