Active Query Builder 2 .NET Edition reference
QuickFilterInExpressionMatchFromBeginning Property



Determines the way of filtration in the Expression column dropdown list.
Syntax
'Declaration
 
Public Property QuickFilterInExpressionMatchFromBeginning As System.Boolean
'Usage
 
Dim instance As Grid
Dim value As System.Boolean
 
instance.QuickFilterInExpressionMatchFromBeginning = value
 
value = instance.QuickFilterInExpressionMatchFromBeginning
public System.bool QuickFilterInExpressionMatchFromBeginning {get; set;}
public: __property System.bool get_QuickFilterInExpressionMatchFromBeginning();
public: __property void set_QuickFilterInExpressionMatchFromBeginning( 
   System.bool value
);

Property Value

True instructs to search from beginning of the object name; false to search by substring. Default value is false.
See Also

Reference

Grid Class
Grid Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback