GridSerializer.EnableGridRowStyles Method
Provides a delegate that will populate row styles.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub EnableGridRowStyles ( _
updater As PostFilterUpdate _
)
'Usage
Dim instance As GridSerializer
Dim updater As PostFilterUpdate
instance.EnableGridRowStyles(updater)
public void EnableGridRowStyles(
PostFilterUpdate updater
)
Parameters
updater
Type: Microsoft.SharePoint.JSGrid.PostFilterUpdateA delegate to populate row styles.