ValueLocalizer delegate
SharePoint 2013
A delegate representing a method to localize a data value.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- row
- Type: System.Data.DataRow
The row that contains the data to localize.
- value
- Type: System.Object
The value to localize.
The Localizer determines how we render the underlying data on screen.
Refer to How to: Create a Basic JS Grid for more information.
Show: