Spread Windows Forms 15.0
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
    bool IsManual {get; set;}

    Property Value

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