C1.Silverlight.DataGrid Namespace > DataGridCheckBoxColumn Class : GetCellText Method |
'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.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2