GridState Enum
Contains values indicating all available Grid View states.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Normal
|
The View is in its normal state. No specific action is being performed by the end-user. |
Column
|
A column’s right edge is being dragged to change the column’s width. The desired column’s Options |
Editing
|
A cell editor is presently active. |
Column
|
A column header is being dragged. The desired column’s Options |
Column
|
A column header is presently pressed. |
Column
|
A filter button is presently pressed. |
Group
|
The Find panel’s Find button is pressed. |
Row
|
A detail clone View’s bottom edge is being dragged to resize the View vertically. |
Filter
|
A filter close button is pressed. |
Column
|
The header panel button is presently pressed. |
Row
|
A data row’s bottom edge is being dragged to change row height. The View’s Grid |
Incremental
|
Incremental search is being performed. |
Selection
|
Multiple rows are being selected using drag and drop. End-users must click an indicator cell and drag the mouse for this purpose. The Column |
Filter
|
A check box residing in a filter panel is pressed. This implies that the filter criteria applied to a View is going to be enabled or disabled. |
Filter
|
The string in the filter panel which represents the filter criteria applied to a 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. |
Cell
|
Multiple cells are being selected by an end-user via a mouse. The Grid |
Scrolling
|
A View is being scrolled. This implies that an end-user depresses the mouse wheel and moves the mouse to scroll the View’s contents. |
Column
|
A column header search button is pressed. |
Group
|
The Search button displayed within the group panel is pressed. |
Header
|
The user types within the column header (in column header search). |
Column
|
Reserved for future use. |
Group
|
Reserved for future use. |
Unknown
|
An unknown action is being performed within the Grid View. |
#Related API Members
The following properties accept/return GridState values:
#Remarks
Values listed by this enumeration are returned by the GridView.State property.