Version

IsFilterUIVisible Property

Gets or sets the value indicating whether to allow filtering and show filter buttons in the table headers.
Syntax
'Declaration
 
Public Property IsFilterUIVisible As Boolean
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also