Version

FilterConditionOptimizationThreshold Property

Returns or sets the minimum number of checked items in the Excel style filter dropdown at which the values will be grouped into a single condition.
Syntax
'Declaration
 
Public Property FilterConditionOptimizationThreshold As Nullable(Of Integer)
public Nullable<int> FilterConditionOptimizationThreshold {get; set;}
Remarks

The FilterConditionOptimizationThreshold is used to determine the minimum number of items that need to be checked within the RecordFilterTreeControl of the excel style filter dropdown (i.e. when the FilterUITypeResolved is LabelIcons and the resolved FilterLabelIconDropDownType is MultiSelectExcelStyle). If this property is set to 0 then the items will never be grouped into a single condition.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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