Base Image CellGet Cell Image Method
Gets the image to display in the cell
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The image that should be displayed in the cell
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected abstract Object? GetCellImage(
Object? value,
int rowIndex
)VB
Protected MustOverride Function GetCellImage (
value As Object,
rowIndex As Integer
) As ObjectC++
protected:
virtual Object^ GetCellImage(
Object^ value,
int rowIndex
) abstractF#
abstract GetCellImage :
value : Object *
rowIndex : int -> Object Parameters
- value Object
- The value to be use in determining the image
- rowIndex Int32
- The index of the cell's parent row
Return Value
ObjectThe image that should be displayed in the cell