Version

UltraComboEditorColumn Class Methods

For a list of all members of this type, see UltraComboEditorColumn members.

Public Methods
 NameDescription
Public MethodCloneReturns a clone of the column. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodCloseUpUsed to close up the dropdown window. (Inherited from Infragistics.Win.UltraDataGridView.UltraTextDropDownEditorColumnBase)
Public MethodDisposeOverloaded. Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodDropDownCalled to drop down the dropdown. (Inherited from Infragistics.Win.UltraDataGridView.UltraTextDropDownEditorColumnBase)
Public MethodGetPreferredWidthCalculates the ideal width of the column based on the specified criteria. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetAppearancesReset appearances to null (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodResetButtonsLeftClears the UltraEditorButtonColumnBase.ButtonsLeft collection (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodResetButtonsRightClears the UltraEditorButtonColumnBase.ButtonsRight collection (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodResetCellAppearanceResets the CellAppearance property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetCellButtonAppearanceResets the UltraEditorButtonColumnBase.CellButtonAppearance property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodResetEditCellAppearanceResets the EditCellAppearance property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetImageListResets the Infragistics.Win.UltraWinEditors.EditorButtonControlBase.ImageList property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodResetImageTransparentColorResets the ImageTransparentColor property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetMRUListResets the MRUList property to its default value.  
Public MethodResetSelectedCellAppearanceResets the SelectedCellAppearance property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetSortModeResets the SortMode property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodShouldSerializeCellAppearance

Returns a Boolean value that determines whether the CellAppearance property is set to its default value.

(Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodShouldSerializeCellButtonAppearance

Returns a Boolean value that determines whether the UltraEditorButtonColumnBase.CellButtonAppearance property is set to its default value.

(Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodShouldSerializeEditCellAppearance

Returns a Boolean value that determines whether the EditCellAppearance property is set to its default value.

(Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodShouldSerializeSelectedCellAppearance

Returns a Boolean value that determines whether the SelectedCellAppearance property is set to its default value.

(Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodToStringGets a string that describes the column. (Inherited from System.Windows.Forms.DataGridViewColumn)
Protected Methods
 NameDescription
Protected MethodCreateEditorOverridden. Factory method for creating an editor  
Protected MethodCreateOwnerOverridden. Factory method for creating the editor's Owner  
Protected MethodFinalizeReleases the resources associated with the band. (Inherited from System.Windows.Forms.DataGridViewBand)
Protected MethodInitializeEditorOverridden. Called after the creation of the editor to allow initializion such as hooking events or setting default properties  
Protected MethodInitializeFromOverridden. Used to copy the settings of the specified UltraColumnBase  
Protected MethodOnAfterCloseUpFires the AfterCloseUp event.  
Protected MethodOnAfterDropDownFires the AfterDropDown event.  
Protected MethodOnAfterEditorButtonCheckStateChangedUsed to invoke the UltraEditorButtonColumnBase.AfterEditorButtonCheckStateChanged event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnAfterEditorButtonCloseUpUsed to invoke the UltraEditorButtonColumnBase.AfterEditorButtonCloseUp event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnAfterEnterEditModeCalled after a entering edit mode (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodOnAfterExitEditModeCalled after a Exiting edit mode (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodOnBeforeDropDownFires the BeforeDropDown event.  
Protected MethodOnBeforeEditorButtonCheckStateChangedUsed to invoke the UltraEditorButtonColumnBase.BeforeEditorButtonCheckStateChanged event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnBeforeEditorButtonDropDownUsed to invoke the UltraEditorButtonColumnBase.BeforeEditorButtonDropDown event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnDataGridViewChangedCalled when an element is associated with a different DataGridView. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodOnEditorButtonClickUsed to invoke the UltraEditorButtonColumnBase.EditorButtonClick event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnEditorSpinButtonClickUsed to invoke the UltraEditorButtonColumnBase.EditorSpinButtonClick event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnInitializeEditorButtonCheckStateUsed to invoke the UltraEditorButtonColumnBase.InitializeEditorButtonCheckState event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnMouseEnterElementCalled when an element is entered (the mouse is moved over the element) (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodOnMouseLeaveElementCalled when an element is left (the mouse is moved off the element) (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodOnSubObjectPropChangedCalled when a sub object property change notification is recieved. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodRaiseCellClickRaises the System.Windows.Forms.DataGridView.CellClick event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseCellContentClickRaises the System.Windows.Forms.DataGridView.CellContentClick event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseCellContentDoubleClickRaises the System.Windows.Forms.DataGridView.CellContentDoubleClick event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseCellValueChangedRaises the System.Windows.Forms.DataGridView.CellValueChanged event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseDataErrorRaises the System.Windows.Forms.DataGridView.DataError event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseMouseWheelRaises the System.Windows.Forms.Control.MouseWheel event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodShouldSerializeAppearancesReturns true if this property is not set to its default value (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodShouldSerializeButtonsLeftIndicates if the UltraEditorButtonColumnBase.ButtonsLeft should be serialized. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodShouldSerializeButtonsRightIndicates if the UltraEditorButtonColumnBase.ButtonsRight should be serialized. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodShouldSerializeImageList

Returns a Boolean value that determines whether the Infragistics.Win.UltraWinEditors.EditorButtonControlBase.ImageList property is set to its default value.

(Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodShouldSerializeImageTransparentColor

Returns a Boolean value that determines whether the ImageTransparentColor property is set to its default value.

(Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodShouldSerializeMRUListDetermines whether the MRUList property should be serialized  
Protected MethodShouldSerializeSortMode

Returns a Boolean value that determines whether the SortMode property is set to its default value.

(Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
See Also