The following tables list the members exposed by Row.
Name | Description | |
---|---|---|
Row Constructor | Initializes a new instance of the Row class. |
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. (Inherited from Infragistics.Controls.Grids.RowBase) | |
Cells | Gets the Infragistics.Controls.Grids.Primitives.CellBaseCollection that belongs to the RowBase. (Inherited from Infragistics.Controls.Grids.RowBase) | |
CellStyle | Gets/Sets the System.Windows.Style that will be used for all CellControl objects on this Row. | |
ChildBands | Gets the ChildBands of this particular Row. | |
ColumnLayout | Gets the RowBase.ColumnLayout that is associated with the RowBase. (Inherited from Infragistics.Controls.Grids.RowBase) | |
Columns | Gets the ColumnBaseCollection that is assocated with the RowBase. (Inherited from Infragistics.Controls.Grids.RowBase) | |
Control | Gets the Infragistics.Controls.Grids.Primitives.CellsPanel that is attached to the RowBase (Inherited from Infragistics.Controls.Grids.RowBase) | |
Data | Gets the underlying data associated with the RowBase. (Inherited from Infragistics.Controls.Grids.RowBase) | |
HasChildren | Overridden. Gets whether or not Row has any child rows. | |
Height | Gets/Sets the Height that will be applied to this particular RowBase. (Inherited from Infragistics.Controls.Grids.RowBase) | |
HeightResolved | Resolves the RowBase.Height property for this Row. (Inherited from Infragistics.Controls.Grids.RowBase) | |
Index | Gets the currentIndex index of the RowBase (Inherited from Infragistics.Controls.Grids.RowBase) | |
IsActive | Gets whether or not a cell is the RowBase is active. (Inherited from Infragistics.Controls.Grids.RowBase) | |
IsAlternateRow | Overridden. Determines if the Row is an Alternate row. | |
IsExpanded | Gets/sets whether the Infragistics.Controls.Grids.Primitives.ExpandableRowBase is expanded or collapsed. (Inherited from Infragistics.Controls.Grids.Primitives.ExpandableRowBase) | |
IsMouseOver | Gets whether or not the Mouse is currently over the RowBase (Inherited from Infragistics.Controls.Grids.RowBase) | |
IsSelected | Gets/Sets whether an item is currently selected. | |
Level | Gets the level in the hierarchy of the Row. (Inherited from Infragistics.Controls.Grids.RowBase) | |
MergeData | Gets the Infragistics.MergedRowInfo for the RowBase if the row contains any Merged Columns, otherwise null. (Inherited from Infragistics.Controls.Grids.RowBase) | |
MinimumRowHeight | Gets/Sets the Minimum Height of a RowBase. (Inherited from Infragistics.Controls.Grids.RowBase) | |
MinimumRowHeightResolved | Resolves the RowBase.MinimumRowHeight property for a particular RowBase.ColumnLayout (Inherited from Infragistics.Controls.Grids.RowBase) | |
ParentRow | The ParentRow that owns this Row. | |
RowType | Overridden. Gets the RowType of this RowBase | |
Tag | Allows a user to store additional information about a RowBase (Inherited from Infragistics.Controls.Grids.RowBase) |
Name | Description | |
---|---|---|
AllowEditing | Overridden. Gets if editing will be enabled on this Row. | |
AllowKeyboardNavigation | Overridden. Gets whether the RowBase will allow keyboard navigation. | |
AllowSelection | Overridden. Gets whether selection will be allowed on the RowBase. | |
AttachedElement | (Inherited from Infragistics.RecyclingContainer<CellsPanel>) | |
CanBeDeleted | Gets whether the Row can actually be deleted. | |
CanScrollHorizontally | Gets whether or not a row will ever need to scroll horizontally. (Inherited from Infragistics.Controls.Grids.RowBase) | |
ChildRowsManager | Overridden. Gets the ChildBandRowsManager that the Row owns. | |
ConditionalCellStyle | Gets / sets a style set by conditional formatting which will be used to style the row. | |
ConditionalStyleDirty | Gets/Sets wehther thie ConditionalStyle for this row is dirty. | |
FixedPositionSortOrder | Gets / sets the sort position. (Inherited from Infragistics.Controls.Grids.RowBase) | |
IsDataBound | Gets/sets whether the Row was generated via the datasource or was entered manually. | |
IsDirty | (Inherited from Infragistics.RecyclingContainer<CellsPanel>) | |
IsStandAloneRow | Gets whether this Row can stand alone, when there are no other data rows. (Inherited from Infragistics.Controls.Grids.RowBase) | |
IsStandAloneRowResolved | Resolves whether this Row will stand alone, based on the state of the grid. (Inherited from Infragistics.Controls.Grids.RowBase) | |
ItemSource | Gets/Sets the children data that the row owns. (Inherited from Infragistics.Controls.Grids.RowBase) | |
RecyclingElementType | Overridden. Gets the Type of control that should be created for the Row. | |
RecyclingIdentifier | Overridden. If a RecyclingElementType isn't specified, this property can be used to offer another way of identifying a reyclable element. | |
RequiresFixedRowSeparator | Used to determine if a FixedRow separator is neccessary for this RowBase (Inherited from Infragistics.Controls.Grids.RowBase) | |
ResolveRowHover | Overridden. 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. (Inherited from Infragistics.Controls.Grids.RowBase) |
Name | Description | |
---|---|---|
Delete | Deletes the row from the RowsManager that contains it. | |
Dispose | Overloaded. Releases the unmanaged resources used by the RowBase and optionally releases the managed resources. (Inherited from Infragistics.Controls.Grids.RowBase) |
Name | Description | |
---|---|---|
CellEditorValueChanged | Called while the cell in a row is edited. (Inherited from Infragistics.Controls.Grids.RowBase) | |
CreateInstanceOfRecyclingElement | Creates a new instance of the CellsPanel. Note: this method is only meant to be invoked via the RecyclingManager. (Inherited from Infragistics.Controls.Grids.RowBase) | |
GetCellValue | Overridden. 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 | Overridden. Invoked when a System.Windows.FrameworkElement is being released from an object. | |
OnItemSourceChanged | Invoked when the ItemSource property changes. (Inherited from Infragistics.Controls.Grids.RowBase) | |
OnPropertyChanged | (Inherited from Infragistics.RecyclingContainer<CellsPanel>) | |
ResolveCell | Returns the CellBase for the specified ColumnBase (Inherited from Infragistics.Controls.Grids.RowBase) | |
SetSelected | Sets the selected state of an item. |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.RecyclingContainer<CellsPanel>) |