Spread for ASP.NET 8.0 Product Documentation
ShowFilterIndicator Property (IRowFilter)


Gets or sets whether the filter indicator is displayed.
Syntax
'Declaration
 
Property ShowFilterIndicator As Boolean
'Usage
 
Dim instance As IRowFilter
Dim value As Boolean
 
instance.ShowFilterIndicator = value
 
value = instance.ShowFilterIndicator
bool ShowFilterIndicator {get; set;}

Property Value

Boolean: true to display the filter indicator; false to hide it
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IRowFilter Interface
IRowFilter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.