FilteringUIContext Properties
A context that allows you to bind a filtering UI item to a control’s data.| Name | Description |
|---|---|
| ApplyFilterCommand | Returns a command that applies filters to the data control. |
| DataControl | Returns the data control whose data is to be sorted. |
| DataControlContext | Returns the binding context of the data control. |
| ResetFilterCommand | Returns a command that resets all filters applied to the data control. |
See Also