CardState Enum
Contains values indicating all available Card View states.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
Members
Name | Description |
---|---|
Normal | The View is in its normal state. No specific action is being performed at present. |
Sizing | A Card Separator is being dragged by the end-user at present. This action results in changing card width. |
Editing | A cell editor is presently active. |
CardUpButtonPressed | The top card scroll button is pressed. |
CardDownButtonPressed | The bottom card scroll button is presently pressed. |
CardExpandButtonPressed | The card's expand button is pressed. |
QuickCustomizeButtonPressed | The customization button is pressed. |
CloseZoomButtonPressed | The Card View's zoom button is pressed. |
FilterPanelCloseButtonPressed | A filter close button is pressed. |
FilterPanelActiveButtonPressed | A check box residing in a filter panel is pressed. This implies that the filter criteria applied to a Card View is going to be enabled or disabled. |
Scrolling | A Card View is being scrolled. This means that an end-user has depressed the mouse wheel and moved the mouse to scroll the View's contents. |
FilterPanelTextPressed | The string in the filter panel which represents the filter criteria applied to a Card View is pressed. This shows/hides a dropdown window with a list of the most recently used filter criteria. |
FilterPanelMRUButtonPressed | The button which is used to display a dropdown window with a list of the most recently used filter criteria is pressed. |
FilterPanelCustomizeButtonPressed | A filter panel customize button is pressed. |
Related API Members
The following properties accept/return CardState values:
Remarks
Values listed by this enumeration are returned by the CardView.State property.