Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IManualRowFilterSupport Interface / IsManual Property


In This Topic
IsManual Property
In This Topic
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

Property Value

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