'DeclarationPublic Overrides Function GetCellText( _ ByVal row As DataGridRow _ ) As String
public override string GetCellText( DataGridRow row )
Parameters
- row
- The row that contains the cell that is being queried.
'DeclarationPublic Overrides Function GetCellText( _ ByVal row As DataGridRow _ ) As String
public override 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.