Version

GetFilter Method

Gets the filter that is applied to a specific column.
Syntax
public Filter GetFilter( 
   int relativeColumnIndex
)

Parameters

relativeColumnIndex
A zero based column index relative to the Region

Return Value

The apllied filter or null if no filter was applied to this column.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionIf the Region was not set.
System.ArgumentOutOfRangeExceptionIf the relativeColumnIndex is outside of the Region.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also