FlexGrid for WinForms
AndConditions Property



Gets or sets whether the filter conditions should be combined with an 'And' or with an 'Or' operator.
Syntax
'Declaration
 
Public Property AndConditions As Boolean
'Usage
 
Dim instance As ConditionFilter
Dim value As Boolean
 
instance.AndConditions = value
 
value = instance.AndConditions
public bool AndConditions {get; set;}
public:
property bool AndConditions {
   bool get();
   void set (    bool value);
}
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

Reference

ConditionFilter Class
ConditionFilter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback