Intersoft ClientUI Documentation
EnableNestedFilter Property



Gets or sets the value indicating whether nested filter is enabled.
Syntax
<CategoryAttribute("Common Properties")>
Public Property EnableNestedFilter As Boolean
Dim instance As UXQueryBuilder
Dim value As Boolean
 
instance.EnableNestedFilter = value
 
value = instance.EnableNestedFilter
[CategoryAttribute("Common Properties")]
public bool EnableNestedFilter {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool EnableNestedFilter {
   bool get();
   void set (    bool value);
}
Remarks

Enable Nested Filter

When EnableNestedFilter property is set to true, UXQueryBuilder enables the creation of nested filters. You can set EnableNestedFilter to false if you do not need the user to create complex nested filters. EnableNestedFilter will not have any effect if there is only one filter item in the filter collection.

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

UXQueryBuilder Class
UXQueryBuilder Members

Send Feedback