Version

ComboRowBase Class Members

The following tables list the members exposed by ComboRowBase.

Public Properties
 NameDescription
Public PropertyActualHeightGets the Actual height of the row.  
Public PropertyCellsGets the Infragistics.Controls.Editors.Primitives.ComboCellsCollection that belongs to the ComboRow.  
Public PropertyCellStyleGets/Sets the System.Windows.Style that will be used for all ComboCellControlBase objects on this ComboRowBase.  
Public PropertyComboEditorGets the XamMultiColumnComboEditor that holds this ComboRowBase  
Public PropertyControlGets or sets a ComboEditorItemControl that is attached to the ComboEditorItem (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboCellsPanel>)
Public PropertyDataGets the business object that is hold by this ComboEditorItem (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboCellsPanel>)
Public PropertyIsEnabledGets or sets a value indicating whether the ComboEditorItem is Enabled. (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboCellsPanel>)
Public PropertyIsFocusedGets or sets a value indicating whether the ComboEditorItem is focused. (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboCellsPanel>)
Public PropertyIsMouseOverGets whether the mouse is currently over the row.  
Public PropertyIsSelectedGets or sets a value indicating whether the ComboEditorItem is selected. (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboCellsPanel>)
Public PropertyRowTypeGets the RowType of this ComboRowBase  
Public PropertyStyleGets/Sets the style that will be applied to the ComboEditorItemControl that represents this item. Note: any style set on this item, will override any style set on the XamComboEditor (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboCellsPanel>)
Protected Properties
 NameDescription
Protected PropertyAttachedElement (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
Protected Internal PropertyCanScrollHorizontallyGets whether or not a row will ever need to scroll horizontally.  
Protected PropertyIsDataBoundGets or sets a value indicating whether the object was created from a data source or adhoc. (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboCellsPanel>)
Protected Internal PropertyIsDirty (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
Protected Internal PropertyMeasureRaisedOverridden. Gets/Sets whether the measure method was raised when Measure was called.  
Protected PropertyRecyclingElementType (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
Protected PropertyRecyclingIdentifier (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
Protected Methods
 NameDescription
Protected MethodCreateInstanceOfRecyclingElementOverridden. Creates a new instance of the Infragistics.Controls.Editors.Primitives.ComboCellsPanel that represents the object.  
Protected MethodOnElementAttachedOverridden. Called when the Infragistics.Controls.Editors.Primitives.ComboCellsPanel is attached to the ComboRowBase  
Protected MethodOnElementReleasedOverridden. Called when the Infragistics.Controls.Editors.Primitives.ComboCellsPanel is removed from the ComboRowBase  
Protected MethodOnElementReleasing (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
Protected MethodOnSelectionChangedOverridden. Invoked when the IsSelected proprety changes.  
Protected Internal MethodResolveCellReturns the ComboCellBase for the specified ComboColumn  
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
See Also