CardView.State Property
Obtains the View’s current state.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Card |
A Card |
Available values:
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. |
Card |
The top card scroll button is pressed. |
Card |
The bottom card scroll button is presently pressed. |
Card |
The card’s expand button is pressed. |
Quick |
The customization button is pressed. |
Close |
The Card View’s zoom button is pressed. |
Filter |
A filter close button is pressed. |
Filter |
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. |
Filter |
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. |
Filter |
The button which is used to display a dropdown window with a list of the most recently used filter criteria is pressed. |
Filter |
A filter panel customize button is pressed. |
#Remarks
Use this property to determine which action is being performed by the end-user. Refer to the CardState enumeration description for a list of all available actions.
An example of using the State property can include suspension of a given operation until the end-user completes an action against the grid control. For instance, you may need to display a notification message and suspend it if the user is performing a dragging operation at a given moment in time.
Note
Detail pattern Views do not contain data and they are never displayed within Xtra
- Grid
Control. - returns the top most View in a grid;Main View - Grid
Control. - returns the focused View;Focused View - Grid
Control. - returns the currently maximized View;Default View - the sender parameter of View specific events;
- Grid
View. - returns a detail clone View for a specific master row.Get Detail View