Spread Windows Forms 9.0 Product Documentation
IsManual Property


Gets or sets whether filter responds immediately to a cell change. truespecifies the filter will not automatically trigger when there is a cell change; otherwise, false.
Syntax
'Declaration
 
Property IsManual As Boolean
'Usage
 
Dim instance As IManualRowFilterSupport
Dim value As Boolean
 
instance.IsManual = value
 
value = instance.IsManual
bool IsManual {get; set;}

Property Value

truespecifies the filter will not automatically trigger when there is a cell change; otherwise, false.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

IManualRowFilterSupport Interface
IManualRowFilterSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.