Intersoft.Client.UI.Editors Namespace > UXQueryBuilder Class : EnableNestedFilter Property |
<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); }
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.
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