For a list of all members of this type, see HyperlinkColumnContentProvider members.
Name | Description | |
---|---|---|
![]() | AdjustDisplayElement | Called during EnsureContent to allow the provider a chance to modify its display based on the current conditions. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase) |
![]() | 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 | Raised when the editor is removed from the cell. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase) |
![]() | 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 | Raised when the cell is recycling to allow the provider a chance to clear any internal members. (Inherited from Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase) |
![]() | 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. |