Version

ComboCellBase Class Members

The following tables list the members exposed by ComboCellBase.

Public Properties
 NameDescription
Public PropertyColumnThe ComboColumn that the ComboCellBase represents.  
Public PropertyControlGets the ComboCellControlBase that is attached to the ComboCellBase  
Public PropertyRowThe ComboRowBase that owns the ComboCellBase  
Public PropertyStyleGets/Sets the Style that will be used for all ComboCellControlBase objects.  
Protected Properties
 NameDescription
Protected PropertyAttachedElement (Inherited from Infragistics.RecyclingContainer<ComboCellControlBase>)
Protected Internal PropertyBindingModeGets the BindingMode that will be applied when binding a ComboCellBase to data.  
Protected Internal PropertyIsDirty (Inherited from Infragistics.RecyclingContainer<ComboCellControlBase>)
Protected PropertyRecyclingElementTypeOverridden. Gets the Type of control that should be created for the ComboCellBase.  
Protected PropertyRecyclingIdentifierOverridden. If a RecyclingElementType isn't specified, this property can be used to offer another way of identifying a reyclable element.  
Protected PropertyResolveStyleGets the Style that should be applied to the ComboCellControlBase when it's attached.  
Protected Methods
 NameDescription
Protected Internal MethodApplyStyleApplies the resolved style of a Cell to it's ComboCellControlBase  
Protected Internal MethodCreateCellBindingConverterCreates the System.Windows.Data.IValueConverter which will be attached to this ComboCellBase.  
Protected MethodCreateInstanceOfRecyclingElement (Inherited from Infragistics.RecyclingContainer<ComboCellControlBase>)
Protected Internal MethodEnsureCurrentStateEnsures that ComboCellBase is in the correct state.  
Protected MethodOnElementAttachedOverridden. Called when the ComboCellControlBase is attached to the ComboCellBase  
Protected MethodOnElementReleasedOverridden. Called when the ComboCellControlBase is removed from the ComboCellBase  
Protected MethodOnElementReleasing (Inherited from Infragistics.RecyclingContainer<ComboCellControlBase>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<ComboCellControlBase>)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<ComboCellControlBase>)
See Also