The following tables list the members exposed by RowBase.
Name | Description | |
---|---|---|
ActualHeight | Gets the physical height of the RowBase. Note: this only applies if the RowBase had an attached Infragistics.Controls.Grids.Primitives.CellsPanel at some point. | |
Cells | Gets the Infragistics.Controls.Grids.Primitives.CellBaseCollection that belongs to the RowBase. | |
ColumnLayout | Gets the ColumnLayout that is associated with the RowBase. | |
Columns | Gets the ColumnBaseCollection that is assocated with the RowBase. | |
Control | Gets the Infragistics.Controls.Grids.Primitives.CellsPanel that is attached to the RowBase | |
Data | Gets the underlying data associated with the RowBase. | |
Height | Gets/Sets the Height that will be applied to this particular RowBase. | |
HeightResolved | Resolves the Height property for this Row. | |
Index | Gets the currentIndex index of the RowBase | |
IsActive | Gets whether or not a cell is the RowBase is active. | |
IsAlternateRow | Determines if the currentIndex RowBase is an Alternate row. | |
IsMouseOver | Gets whether or not the Mouse is currently over the RowBase | |
Level | Gets the level in the hierarchy of the Row. | |
MergeData | Gets the Infragistics.MergedRowInfo for the RowBase if the row contains any Merged Columns, otherwise null. | |
MinimumRowHeight | Gets/Sets the Minimum Height of a RowBase. | |
MinimumRowHeightResolved | Resolves the MinimumRowHeight property for a particular ColumnLayout | |
RowType | Gets the RowType of this RowBase | |
Tag | Allows a user to store additional information about a RowBase |
Name | Description | |
---|---|---|
AllowEditing | Gets whether editing will be allowed on the RowBase. | |
AllowKeyboardNavigation | Gets whether the RowBase will allow keyboard navigation. | |
AllowSelection | Gets whether selection will be allowed on the RowBase. | |
AttachedElement | (Inherited from Infragistics.RecyclingContainer<CellsPanel>) | |
CanScrollHorizontally | Gets whether or not a row will ever need to scroll horizontally. | |
FixedPositionSortOrder | Gets / sets the sort position. | |
IsDirty | (Inherited from Infragistics.RecyclingContainer<CellsPanel>) | |
IsStandAloneRow | Gets whether this Row can stand alone, when there are no other data rows. | |
IsStandAloneRowResolved | Resolves whether this Row will stand alone, based on the state of the grid. | |
ItemSource | Gets/Sets the children data that the row owns. | |
RecyclingElementType | (Inherited from Infragistics.RecyclingContainer<CellsPanel>) | |
RecyclingIdentifier | (Inherited from Infragistics.RecyclingContainer<CellsPanel>) | |
RequiresFixedRowSeparator | Used to determine if a FixedRow separator is neccessary for this RowBase | |
ResolveRowHover | Resolves whether the entire row or just the individual cell should be hovered when the mouse is over a cell. | |
VisibleCells | Gets a list of cells that are visible. |
Name | Description | |
---|---|---|
CellEditorValueChanged | Called while the cell in a row is edited. | |
CreateInstanceOfRecyclingElement | Overridden. Creates a new instance of the CellsPanel. Note: this method is only meant to be invoked via the RecyclingManager. | |
GetCellValue | Performs the cell.Value without forcing the cell to be made. | |
OnElementAttached | Overridden. Called when the Infragistics.Controls.Grids.Primitives.CellsPanel is attached to the RowBase | |
OnElementReleased | Overridden. Called when the Infragistics.Controls.Grids.Primitives.CellsPanel is removed from the RowBase | |
OnElementReleasing | (Inherited from Infragistics.RecyclingContainer<CellsPanel>) | |
OnItemSourceChanged | Invoked when the ItemSource property changes. | |
OnPropertyChanged | (Inherited from Infragistics.RecyclingContainer<CellsPanel>) | |
ResolveCell | Returns the CellBase for the specified ColumnBase |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.RecyclingContainer<CellsPanel>) |