Version 24.2 (latest)

ColumnContentProviderBase Class Methods

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

Public Methods
 NameDescription
Public MethodAdjustDisplayElementCalled during EnsureContent to allow the provider a chance to modify its display based on the current conditions.  
Public MethodApplyFormattingAllows the ColumnContentProviderBase to update the value being set for the display element.  
Public MethodEditorLoadedInvoked when the editor's loaded event is raised.  
Public MethodEditorRemovedRaised when the editor is removed from the cell.  
Public MethodGenerateGroupByCellContentUsed when rendering a GroupByRow, allows for the column content provider to override default behavior and render out a representation of the data.  
Public MethodResetContentRaised when the cell is recycling to allow the provider a chance to clear any internal members.  
Public MethodResolveDisplayElementSets up the element that will be displayed in a Infragistics.Controls.Grids.Cell, when the cell is not in edit mode.  
Public MethodResolveEditorSets up the edtior control that will be displayed in a Infragistics.Controls.Grids.Cell when the the cell is in edit mode.  
Public MethodResolveValueFromEditorResolves the value of the editor control, so that the cell's underlying data can be updated.  
Protected Methods
 NameDescription
Protected MethodApplyAddNewRowEditorTemplateIf there is an Infragistics.Controls.Grids.Column.AddNewRowEditorTemplate then it will be loaded for an AddNewRowCell.  
Protected MethodApplyAddNewRowItemTemplateIf there is an AddNewItemTemplate then it will be loaded for an AddNewRow cell.  
Protected Internal MethodFocusEditorCalls the ContentProvider to Attempt to Focus the underlying editor control  
Protected MethodNotifyEditorValueChangedUsed to notify the owning cell when an editor's value has changed.  
Protected Internal MethodResolveBindingBuilds the binding that will be used for a Infragistics.Controls.Grids.Cell  
Protected Internal MethodResolveDisplayElementInternalOverloaded. Sets up the element that will be displayed in a Infragistics.Controls.Grids.Cell, when the cell is not in edit mode.  
Protected Internal MethodResolveEditorBindingCreates a System.Windows.Data.Binding that can be applied to an editor.  
Protected MethodResolveEditorControlSets up the edtior control that will be displayed in a Infragistics.Controls.Grids.Cell when the the cell is in edit mode.  
Protected Internal MethodResolveEditorControlInternalSets up the edtior control that will be displayed in a Infragistics.Controls.Grids.Cell when the the cell is in edit mode.  
See Also