PFQueryFilterFilterOnGroupedValues Property |
Gets or sets a value indicating whether the filter should apply to splitted values after group instead of filtering objects directly.
This will only apply -To choice and user multi-values fields. -If the filtered field is also grouped. -If the filtered value is not null.
Note : this parameter is NOT serialized because its use is very rare.
Namespace: Packflow.Core
[XmlIgnoreAttribute] [IgnoreDataMemberAttribute] public bool FilterOnGroupedValues { get; set; }