Version

RowBase Class Members

The following tables list the members exposed by RowBase.

Public Properties
 NameDescription
Public PropertyActualHeightGets the physical height of the RowBase. Note: this only applies if the RowBase had an attached Infragistics.Controls.Grids.Primitives.CellsPanel at some point.  
Public PropertyCellsGets the Infragistics.Controls.Grids.Primitives.CellBaseCollection that belongs to the RowBase.  
Public PropertyColumnLayoutGets the ColumnLayout that is associated with the RowBase.  
Public PropertyColumnsGets the ColumnBaseCollection that is assocated with the RowBase.  
Public PropertyControlGets the Infragistics.Controls.Grids.Primitives.CellsPanel that is attached to the RowBase  
Public PropertyDataGets the underlying data associated with the RowBase.  
Public PropertyHeightGets/Sets the Height that will be applied to this particular RowBase.  
Public PropertyHeightResolvedResolves the Height property for this Row.  
Public PropertyIndexGets the currentIndex index of the RowBase  
Public PropertyIsActiveGets whether or not a cell is the RowBase is active.  
Public PropertyIsAlternateRowDetermines if the currentIndex RowBase is an Alternate row.  
Public PropertyIsMouseOverGets whether or not the Mouse is currently over the RowBase  
Public PropertyLevelGets the level in the hierarchy of the Row.  
Public PropertyMergeDataGets the Infragistics.MergedRowInfo for the RowBase if the row contains any Merged Columns, otherwise null.  
Public PropertyMinimumRowHeightGets/Sets the Minimum Height of a RowBase.  
Public PropertyMinimumRowHeightResolvedResolves the MinimumRowHeight property for a particular ColumnLayout  
Public PropertyRowTypeGets the RowType of this RowBase  
Public PropertyTagAllows a user to store additional information about a RowBase  
Protected Properties
 NameDescription
Protected Internal PropertyAllowEditingGets whether editing will be allowed on the RowBase.  
Protected Internal PropertyAllowKeyboardNavigationGets whether the RowBase will allow keyboard navigation.  
Protected Internal PropertyAllowSelectionGets whether selection will be allowed on the RowBase.  
Protected PropertyAttachedElement (Inherited from Infragistics.RecyclingContainer<CellsPanel>)
Protected Internal PropertyCanScrollHorizontallyGets whether or not a row will ever need to scroll horizontally.  
Protected Internal PropertyFixedPositionSortOrderGets / sets the sort position.  
Protected Internal PropertyIsDirty (Inherited from Infragistics.RecyclingContainer<CellsPanel>)
Protected Internal PropertyIsStandAloneRowGets whether this Row can stand alone, when there are no other data rows.  
Protected Internal PropertyIsStandAloneRowResolvedResolves whether this Row will stand alone, based on the state of the grid.  
Protected Internal PropertyItemSourceGets/Sets the children data that the row owns.  
Protected PropertyRecyclingElementType (Inherited from Infragistics.RecyclingContainer<CellsPanel>)
Protected PropertyRecyclingIdentifier (Inherited from Infragistics.RecyclingContainer<CellsPanel>)
Protected Internal PropertyRequiresFixedRowSeparatorUsed to determine if a FixedRow separator is neccessary for this RowBase  
Protected Internal PropertyResolveRowHoverResolves whether the entire row or just the individual cell should be hovered when the mouse is over a cell.  
Protected Internal PropertyVisibleCellsGets a list of cells that are visible.  
Public Methods
 NameDescription
Public MethodDisposeOverloaded. Releases the unmanaged resources used by the RowBase and optionally releases the managed resources.  
Protected Methods
 NameDescription
Protected Internal MethodCellEditorValueChangedCalled while the cell in a row is edited.  
Protected MethodCreateInstanceOfRecyclingElementOverridden. Creates a new instance of the CellsPanel. Note: this method is only meant to be invoked via the RecyclingManager.  
Protected Internal MethodGetCellValuePerforms the cell.Value without forcing the cell to be made.  
Protected MethodOnElementAttachedOverridden. Called when the Infragistics.Controls.Grids.Primitives.CellsPanel is attached to the RowBase  
Protected MethodOnElementReleasedOverridden. Called when the Infragistics.Controls.Grids.Primitives.CellsPanel is removed from the RowBase  
Protected MethodOnElementReleasing (Inherited from Infragistics.RecyclingContainer<CellsPanel>)
Protected MethodOnItemSourceChangedInvoked when the ItemSource property changes.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<CellsPanel>)
Protected Internal MethodResolveCellReturns the CellBase for the specified ColumnBase  
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<CellsPanel>)
See Also