Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListColumnNumericFilter Class / FilterCore Method


In This Topic
    FilterCore Method (NTreeListColumnNumericFilter)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function FilterCore( _
       ByVal item As NTreeListNodeSubItem _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTreeListColumnNumericFilter
    Dim item As NTreeListNodeSubItem
    Dim value As System.Boolean
     
    value = instance.FilterCore(item)
    protected override System.bool FilterCore( 
       NTreeListNodeSubItem item
    )

    Parameters

    item
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also