RelatedItemsField.Filterable property
Gets a value that specifies whether list items in the list can be filtered by the field value.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Filterable As Boolean
Get
'Usage
Dim instance As RelatedItemsField
Dim value As Boolean
value = instance.Filterable
public override bool Filterable { get; }
Property value
Type: System.Boolean
true if list items in the list can be filtered by the field value, otherwise false.