Version

IsFilterUIVisible Property (WorksheetTable)

Gets or sets the value indicating whether to allow filtering and show filter buttons in the table headers.
Syntax
public bool IsFilterUIVisible {get; set;}
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe value assigned is True and IsHeaderRowVisible is False.
Remarks

If IsHeaderRowVisible is False, this property must be False and setting it to True will cause an error. If IsHeaderRowVisible is set to True, this property will also be set to True automatically.

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