CardViewHitTest Enum
Lists values which identify card view elements.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
The test object doesn’t belong to a View (it is outside the View). |
Field
|
The test object belongs to a field value. |
Card
|
The test object belongs to a card. |
Group
|
The test object belongs to the group row. |
Group
|
The test object belongs to the button used to expand/collapse a group row. |
Column
|
The test object belongs to the Column Header Panel. |
Column
|
The test object belongs to a column’s header. |
Column
|
The test object belongs to a column header’s filter button. |
Group
|
The test object belongs to the Group Panel. |
Group
|
The test object belongs to a column header displayed within the Group Panel. |
Group
|
The test object belongs to the filter button displayed by a column header that resides within the Group Panel. |
Vertical
|
The test object belongs to a view’s the vertical scrollbar. |
Horizontal
|
The test object belongs to a view’s the horizontal scrollbar. |
Filter
|
The test object belongs to the Filter Panel. |
Filter
|
The test object belongs to the Close button displayed within the Filter Panel. |
Filter
|
The test object belongs to the Edit Filter button ( |
Filter
|
The test object belongs to the button in the Filter Panel used to activate filtering within a View. |
Filter
|
The test object belongs to a filter expression displayed within the Filter Panel. |
MRUFilter
|
The test object belongs to a combobox that contains MRU filters. It is displayed within the Filter Panel. |
Filter
|
The test object belongs to the Collapse Panel button ( |
Filter
|
The test object belongs to the Expand Panel button ( |
Total
|
The test object belongs to the Summary Panel. |
Fixed
|
The test object belongs to the Fixed Summary Panel. |
Total
|
The test object belongs to a total summary. |
Data
|
The test object belongs to the area within a card view which is not occupied by cards. |
Group
|
The test object belongs to a value displayed within the group row. |
Group
|
The test object belongs to a group summary. |
Field
|
The test object belongs to a field’s caption. |
Card
|
The test object belongs to a card’s header. |
Card
|
The test object belongs to a card expand button. These buttons are displayed at the right edge of card headers, allowing end-users to expand and collapse cards. |
Separator
|
The test point belongs to a card separator. |
Column
|
The test object belongs to the button used to show/hide the column header panel. |
Search
|
The test object belongs to a search panel. |
Search
|
The test object belongs to a search panel’s show button. |
#Related API Members
The following properties accept/return CardViewHitTest values:
#Remarks
The values listed by this enumeration are used to set the CardViewHitInfo.HitTest property’s value. To learn more, see Hit Information.