Version

PivotDataRow Class Members

The following tables list the members exposed by PivotDataRow.

Protected Constructors
 NameDescription
Protected Internal ConstructorPivotDataRow ConstructorInitializes a new instance of the PivotDataRow class.  
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.  
Public Methods
 NameDescription
Public MethodDisposeOverloaded. Releases the unmanaged resources used by the PivotDataRow and optionally releases the managed resources.  
Protected Methods
 NameDescription
Protected MethodCreateInstanceOfRecyclingElementOverridden. Creates a new instance of the panel which will arrange the row in current view. Note: this method is only meant to be invoked via the RecyclingManager.  
Protected MethodOnElementAttachedCalled when the PivotCellsPanel is attached to the PivotRowBase (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Protected MethodOnElementReleasedCalled when the PivotCellsPanel is removed from the PivotRowBase (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Protected MethodOnElementReleasingOverridden. Called when element is about releasing.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
Protected Internal MethodSetSelectedSets the selected state of an item.  
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
See Also