Version

PivotSuperCompactHeaderCell Class Members

The following tables list the members exposed by PivotSuperCompactHeaderCell.

Public Constructors
Public Properties
 NameDescription
Public PropertyChildrenGets a list of children cell. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyColumnGets or sets the PivotColumnBase that the PivotCellBase represents. (Inherited from Infragistics.Controls.Grids.PivotCellBase)
Public PropertyColumnSpanGets or sets the column span that the cell occupies. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyControlGets or sets the PivotGridCellControlBase that is attached to the PivotCellBase (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Public PropertyGridGets or sets the XamPivotGrid that owns the PivotGridCellBase object. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Public PropertyIndentGets or sets the indent.  
Public PropertyIsExpandedGets or sets a value indicating whether this instance is expanded. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyIsSelectedGets or sets a value indicating whether a cell is currently selected. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyIsToggleVisibleGets or sets a value indicating whether this instance is toggle visible. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyIsTotalVisibleGets or sets a value indicating whether the total text block is visible. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyLevelDepth  
Public PropertyMemberGets or sets the member (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyParentCellGets the parent cell. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyRealRowGets the real row. (Inherited from Infragistics.Controls.Grids.PivotRowHeaderCell)
Public PropertyRealRowSpanGets the real row span. (Inherited from Infragistics.Controls.Grids.PivotRowHeaderCell)
Public PropertyRowGets or sets the PivotRowBase that owns the PivotCellBase (Inherited from Infragistics.Controls.Grids.PivotCellBase)
Public PropertyRowSpanGets or sets the row span that the cell occupies. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyStyleGets or sets the Style that will be used for all PivotGridCellControlBase objects. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Properties
 NameDescription
Protected PropertyAttachedElement (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected PropertyAxisProviderGets the RowAxisProvider object. (Inherited from Infragistics.Controls.Grids.PivotRowHeaderCell)
Protected PropertyAxisSpanOverridden. Gets the span of the cell in the axis.  
Protected Internal PropertyGridLayoutGets the GridLayout that owns the PivotGridCellBase object. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Internal PropertyHeaderTemplatesGets the collection of HeaderTemplate object which will be used for row header cells. (Inherited from Infragistics.Controls.Grids.PivotRowHeaderCell)
Protected Internal PropertyIsDirty (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected Internal PropertyMouseOverStateGets the string that should be used for the "MouseOver" Visual State of the PivotGridCellControlBase. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Internal PropertyNormalStateGets the string that should be used for the "Normal" Visual State of the PivotGridCellControlBase. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected PropertyRecyclingElementTypeOverridden. Gets the Type of control that should be created for the PivotSuperCompactHeaderCell.  
Protected PropertyRecyclingIdentifier (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected PropertyResolveStyleGets the Style that should be applied to the PivotRowHeaderCellControl when it's attached. (Inherited from Infragistics.Controls.Grids.PivotRowHeaderCell)
Public Methods
 NameDescription
Public MethodToStringReturns a member's caption that represents this instance. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Protected Methods
 NameDescription
Protected Internal MethodApplyStyleApplies the resolved style of a Cell to it's PivotGridCellControlBase (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected MethodCreateInstanceOfRecyclingElementOverridden. Creates the instance of recycling element.  
Protected Internal MethodEnsureCurrentStateOverridden. Ensures that PivotSuperCompactHeaderCell is in the correct state.  
Protected Internal MethodGetDesiredSize (Inherited from Infragistics.Controls.Grids.PivotRowHeaderCell)
Protected Internal MethodHandleKeyDownShould be handled by a derived class so that a cell can determine what to do with the given keyboard action. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Internal MethodOnCellClickInvoked when a cell is clicked. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Protected Internal MethodOnCellDoubleClickInvoked when a cell is double clicked. (Inherited from Infragistics.Controls.Grids.PivotRowHeaderCell)
Protected Internal MethodOnCellDraggingInvoked when dragging the mouse over a cell. (Inherited from Infragistics.Controls.Grids.PivotRowHeaderCell)
Protected Internal MethodOnCellMouseDownInvoked when a cell is clicked. (Inherited from Infragistics.Controls.Grids.PivotRowHeaderCell)
Protected Internal MethodOnCellMouseMoveExecuted when the mouse moves over a cell. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected MethodOnElementAttachedCalled when the PivotGridCellControlBase is attached to the PivotCellBase (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected MethodOnElementReleasedCalled when the PivotGridCellControlBase is removed from the PivotCellBase (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected MethodOnElementReleasing (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected Internal MethodOnMouseEnterCalled before the MouseEnter event is fired. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Protected Internal MethodOnMouseLeaveCalled before the MouseLeave event is fired. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected Internal MethodSetSelectedSets the selected state of an item. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
See Also