The following tables list the members exposed by TemplateColumnContentProvider.
Name | Description | |
---|---|---|
TemplateColumnContentProvider Constructor | Instantiates a new instance of the TemplateColumnContentProvider. |
Name | Description | |
---|---|---|
IsToolTip | Gets/Sets whether this ColumnContentProviderBase is being used to populate the content of a ToolTip. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase) | |
RemovePaddingDuringEditing | Overridden. Gets/Sets whether the padding of a Infragistics.Controls.Grids.Cell should be removed before putting an editor into edit mode. |
Name | Description | |
---|---|---|
CanResolveValueFromEditor | Overridden. Gets a value indicating whether the TemplateColumnContentProvider can resolve value from editor using the ResolveValueFromEditor method. |
Name | Description | |
---|---|---|
AdjustDisplayElement | Overridden. Called during EnsureContent to allow the provider a chance to modify its display based on the current conditions. | |
ApplyFormatting | Allows the ColumnContentProviderBase to update the value being set for the display element. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase) | |
EditorLoaded | Invoked when the editor's loaded event is raised. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase) | |
EditorRemoved | Overridden. Raised when the editor is removed from the cell. | |
GenerateGroupByCellContent | Used when rendering a GroupByRow, allows for the column content provider to override default behavior and render out a representation of the data. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase) | |
ResetContent | Overridden. Raised when the cell is recycling to allow the provider a chance to clear any internal members. | |
ResolveDisplayElement | Overridden. Sets up the element that will be displayed in a Infragistics.Controls.Grids.Cell, when the cell is not in edit mode. | |
ResolveEditor | Sets 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) | |
ResolveValueFromEditor | Overridden. Resolves the value of the editor control, so that the cell's underlying data can be updated. |