Spread Windows Forms 12.0 Product Documentation
IsManual Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IManualRowFilterSupport Interface : 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.
See Also

Reference

IManualRowFilterSupport Interface
IManualRowFilterSupport Members