Version

RowBase Class Properties

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

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.  
See Also