Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.