'Declaration
Public Overrides Function GetCellText( _ ByVal row As DataGridRow _ ) As System.String
public override System.string GetCellText( DataGridRow row )
Parameters
- row
- The row that contains the cell that is being queried.
'Declaration
Public Overrides Function GetCellText( _ ByVal row As DataGridRow _ ) As System.String
public override System.string GetCellText( DataGridRow row )
true
the text shown will be value of the property CheckedText. If the value is false
the text shown will be value of the property UncheckedText. If the value is null
the text shown will be value of the property UndefinedText.