Version

ExpandableRowBase Class Members

The following tables list the members exposed by ExpandableRowBase.

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