Version

ComboEditorItem Class Members

The following tables list the members exposed by ComboEditorItem.

Public Properties
 NameDescription
Public PropertyComboEditorGets the XamComboEditor that holds this ComboEditorItem  
Public PropertyControlGets or sets a ComboEditorItemControl that is attached to the ComboEditorItem (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboEditorItemControl>)
Public PropertyDataGets the business object that is hold by this ComboEditorItem (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboEditorItemControl>)
Public PropertyIsEnabledGets or sets a value indicating whether the ComboEditorItem is Enabled. (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboEditorItemControl>)
Public PropertyIsFocusedGets or sets a value indicating whether the ComboEditorItem is focused. (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboEditorItemControl>)
Public PropertyIsSelectedGets or sets a value indicating whether the ComboEditorItem is selected. (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboEditorItemControl>)
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<ComboEditorItemControl>)
Protected Properties
 NameDescription
Protected PropertyAttachedElement (Inherited from Infragistics.RecyclingContainer<ComboEditorItemControl>)
Protected PropertyIsDataBoundGets or sets a value indicating whether the object was created from a data source or adhoc. (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboEditorItemControl>)
Protected Internal PropertyIsDirty (Inherited from Infragistics.RecyclingContainer<ComboEditorItemControl>)
Protected Internal PropertyMeasureRaisedOverridden. Gets/Sets whether the measure method was raised when Measure was called.  
Protected PropertyRecyclingElementType (Inherited from Infragistics.RecyclingContainer<ComboEditorItemControl>)
Protected PropertyRecyclingIdentifier (Inherited from Infragistics.RecyclingContainer<ComboEditorItemControl>)
Protected Methods
 NameDescription
Protected MethodCreateInstanceOfRecyclingElementOverridden. Creates an isntance of ComboEditorItemControl  
Protected MethodOnElementAttachedOverridden. Called when the ComboEditorItemControl is attached to the ComboEditorItem  
Protected MethodOnElementReleasedOverridden. Called when the ComboEditorItemControl is removed from the ComboEditorItem  
Protected MethodOnElementReleasing (Inherited from Infragistics.RecyclingContainer<ComboEditorItemControl>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<ComboEditorItemControl>)
Protected MethodOnSelectionChangedOverridden. Invoked when the IsSelected proprety changes.  
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<ComboEditorItemControl>)
See Also