Version

ImageColumnContentProvider Class Members

The following tables list the members exposed by ImageColumnContentProvider.

Public Constructors
 NameDescription
Public ConstructorImageColumnContentProvider ConstructorInstantiates a new instance of the ImageColumnContentProvider.  
Public Properties
 NameDescription
Public PropertyIsToolTipGets/Sets whether this ColumnContentProviderBase is being used to populate the content of a ToolTip. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Public PropertyRemovePaddingDuringEditingGets/Sets whether the padding of a Infragistics.Controls.Grids.Cell should be removed before putting an editor into edit mode. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Protected Properties
Public Methods
 NameDescription
Public MethodAdjustDisplayElementOverridden. Called 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. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Public MethodEditorLoadedInvoked when the editor's loaded event is raised. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Public MethodEditorRemovedRaised when the editor is removed from the cell. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Public MethodGenerateGroupByCellContentOverridden. Used when rendering a GroupByRow, allows for the column content provider to override default behavior and render out a representation of the data.  
Public MethodResetContentOverridden. Raised when the cell is recycling to allow the provider a chance to clear any internal members.  
Public MethodResolveDisplayElementOverridden. Sets 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. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Public MethodResolveValueFromEditorOverridden. Resolves 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. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Protected MethodApplyAddNewRowItemTemplateIf there is an AddNewItemTemplate then it will be loaded for an AddNewRow cell. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Protected Internal MethodFocusEditorCalls the ContentProvider to Attempt to Focus the underlying editor control (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Protected MethodNotifyEditorValueChangedUsed to notify the owning cell when an editor's value has changed. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Protected Internal MethodResolveBindingBuilds the binding that will be used for a Infragistics.Controls.Grids.Cell (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
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. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Protected Internal MethodResolveEditorBindingCreates a System.Windows.Data.Binding that can be applied to an editor. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
Protected MethodResolveEditorControlOverridden. Sets 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. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase)
See Also