CrossFilterDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the cross filter direction.
public enum CrossFilterDirection
type CrossFilterDirection =
Public Enum CrossFilterDirection
- Inheritance
-
CrossFilterDirection
Fields
Name | Value | Description |
---|---|---|
ToEndFiltersFromEnd | 0 | Specifies the filters to end and from end direction. |
FromEndFiltersToEnd | 1 | Specifies the filters from end and to end direction. |
CrossFilterAll | 2 | Specifies all the cross filter direction. |