EnableFilteringOnEnterPressed Property
                In This Topic
            
            A bool value specifies whether to perform the filtering after the 'Enter' key is pressed.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property EnableFilteringOnEnterPressed As System.Boolean
             
        
            
            public System.bool EnableFilteringOnEnterPressed {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also