Version

RowAxisProvider Class Members

The following tables list the members exposed by RowAxisProvider.

Public Constructors
 NameDescription
Public ConstructorRowAxisProvider ConstructorInitializes a new instance of the RowAxisProvider class.  
Protected Properties
 NameDescription
Protected PropertyAxisHeaderCellsGets the list of header cells. (Inherited from Infragistics.Controls.Grids.AxisProvider)
Protected Internal PropertyAxisTuplesGets the tuples for coresponded axis. (Inherited from Infragistics.Controls.Grids.AxisProvider)
Protected PropertyColumnsOverridden. Gets the collection of columns in the axis.  
Protected PropertyCreatedCellGets a dictionary with created cells. (Inherited from Infragistics.Controls.Grids.AxisProvider)
Protected PropertyCreatedFakeCellGets a dictionary with created fake cells. (Inherited from Infragistics.Controls.Grids.AxisProvider)
Protected PropertyGridLayoutGets or sets the AxisProvider.GridLayout object. (Inherited from Infragistics.Controls.Grids.AxisProvider)
Protected PropertyMaxAxisTupleDepthOverridden. Gets array with values which indicate the depth of rows or columns in each hierarhy.  
Protected PropertyParentInFrontOverridden. Gets a value indicating whether the tuple are order by parent.  
Protected PropertyRowsOverridden. Gets the collection of rows in the axis.  
Public Methods
 NameDescription
Public MethodGetCell(Int32,Int32)Gets the cell at the specified address. (Inherited from Infragistics.Controls.Grids.AxisProvider)
Public MethodGetChildrenGets a list of children cells for specified cell. (Inherited from Infragistics.Controls.Grids.AxisProvider)
Public MethodGetParentCellGets the parent cell. (Inherited from Infragistics.Controls.Grids.AxisProvider)
Protected Methods
 NameDescription
Protected MethodCheckCellToggleVisibilityOverridden. Checks the cell toggle visibility.  
Protected Internal MethodClearOverridden. Clears this instance.  
Protected MethodCreateHeaderCellOverridden. Creates the PivotHeaderCell if one has not been created already.  
Protected MethodDefineAxisIndexOverridden. Defines the index of the axis.  
Protected MethodGetCellSpanOverridden. Gets the cell span.  
Protected MethodIsMergeNeededOverloaded. Determines whether the cell should be merged. (Inherited from Infragistics.Controls.Grids.AxisProvider)
Protected MethodPrepareAxisHeaderCellPrepares the collection of tuples for visual header cells. (Inherited from Infragistics.Controls.Grids.AxisProvider)
Protected MethodTryGetValueTries the get value. (Inherited from Infragistics.Controls.Grids.AxisProvider)
Protected MethodVerifiedIndexesOverridden. Defines the indexies.  
See Also