ComponentOne DataGrid for WPF and Silverlight
GetCellText Method (DataGridCheckBoxColumn)

C1.WPF.DataGrid Namespace > DataGridCheckBoxColumn Class : GetCellText Method
The row that contains the cell that is being queried.
Gets the text which represent the value shown inside a cell.
Syntax
'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.
Remarks
If the value is 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.
See Also

Reference

DataGridCheckBoxColumn Class
DataGridCheckBoxColumn Members