Share via


GridSerializer.RowAutoFilter property

Gets or sets a map of column keys to serialized data values.

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

Syntax

'Declaration
Public Property RowAutoFilter As IDictionary(Of String, String)
    Get
    Set
'Usage
Dim instance As GridSerializer
Dim value As IDictionary(Of String, String)

value = instance.RowAutoFilter

instance.RowAutoFilter = value
public IDictionary<string, string> RowAutoFilter { get; set; }

Property value

Type: System.Collections.Generic.IDictionary<String, String>
A IDictionary<TKey, TValue> mapping columns keys to serialized data values, both represented as strings.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace