GridSerializer.RowFilter property

Gets or sets an XML string specifying how a row is filtered.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property RowFilter As String
    Get
    Set
'Usage
Dim instance As GridSerializer
Dim value As String

value = instance.RowFilter

instance.RowFilter = value
public string RowFilter { get; set; }

Property value

Type: System.String
String is an XML string.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace