'Declaration
Public Overridable Function GetCellText( _ ByVal row As DataGridRow _ ) As System.String
public virtual System.string GetCellText( DataGridRow row )
Parameters
- row
- The row.
'Declaration
Public Overridable Function GetCellText( _ ByVal row As DataGridRow _ ) As System.String
public virtual System.string GetCellText( DataGridRow row )
This feature is widely used in export operations like converting the data grid content to Excel or Pdf.
When the cell does not show a text like a DataGridCheckBoxColumn a representative text will be returned, e.g. "Yes", "No", "Undefined".