Version

ComboHeaderRow Class Members

The following tables list the members exposed by ComboHeaderRow.

Public Properties
 NameDescription
Public PropertyActualHeightGets the Actual height of the row. (Inherited from Infragistics.Controls.Editors.ComboRowBase)
Public PropertyCellsGets the Infragistics.Controls.Editors.Primitives.ComboCellsCollection that belongs to the ComboRow. (Inherited from Infragistics.Controls.Editors.ComboRowBase)
Public PropertyCellStyleGets/Sets the System.Windows.Style that will be used for all ComboCellControlBase objects on this ComboRowBase. (Inherited from Infragistics.Controls.Editors.ComboRowBase)
Public PropertyComboEditorGets the XamMultiColumnComboEditor that holds this ComboRowBase (Inherited from Infragistics.Controls.Editors.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. (Inherited from Infragistics.Controls.Editors.ComboRowBase)
Public PropertyIsSelectedGets or sets a value indicating whether the ComboEditorItem is selected. (Inherited from Infragistics.Controls.Editors.ComboEditorItemBase<ComboCellsPanel>)
Public PropertyRowTypeOverridden. Gets 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. (Inherited from Infragistics.Controls.Editors.ComboRowBase)
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 PropertyMeasureRaisedGets/Sets whether the measure method was raised when Measure was called. (Inherited from Infragistics.Controls.Editors.ComboRowBase)
Protected PropertyRecyclingElementType (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
Protected PropertyRecyclingIdentifier (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
Protected Methods
 NameDescription
Protected MethodCreateInstanceOfRecyclingElementCreates a new instance of the Infragistics.Controls.Editors.Primitives.ComboCellsPanel that represents the object. (Inherited from Infragistics.Controls.Editors.ComboRowBase)
Protected MethodOnElementAttachedCalled when the Infragistics.Controls.Editors.Primitives.ComboCellsPanel is attached to the ComboRowBase (Inherited from Infragistics.Controls.Editors.ComboRowBase)
Protected MethodOnElementReleasedCalled when the Infragistics.Controls.Editors.Primitives.ComboCellsPanel is removed from the ComboRowBase (Inherited from Infragistics.Controls.Editors.ComboRowBase)
Protected MethodOnElementReleasing (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
Protected MethodOnSelectionChangedInvoked when the IsSelected proprety changes. (Inherited from Infragistics.Controls.Editors.ComboRowBase)
Protected Internal MethodResolveCellReturns the ComboCellBase for the specified ComboColumn (Inherited from Infragistics.Controls.Editors.ComboRowBase)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<ComboCellsPanel>)
See Also