CompositeFilter |
A CompositeFilter allows the combination of up to five filters.
< Field Value="{MultiBinding Source={Binding ItemId=Tube}, Filter={CompositeFilter F1=Skip, P1=3, F2=Take, P2=2}}" />
F1 : IFilter
First filter to be combined (will also be applied first).
F2 : IFilter
Second filter to be combined.
F3 : IFilter
Third filter to be combined.
F4 : IFilter
Fourth filter to be combined.
F5 : IFilter
Fifth filter to be combined.
P1 : object
Parameter for the first filter.
P2 : object
Parameter for the second filter.
P3 : object
Parameter for the third filter.
P4 : object
Parameter for the fourth filter.
P5 : object
Parameter for the fifth filter.