VGridControlBase.State Property
Indicates the vertical grid’s current state.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
[Browsable(false)]
public VGridState State { get; }
#Property Value
Type | Description |
---|---|
VGrid |
A VGrid |
Available values:
Name | Description |
---|---|
Regular | The control is in its normal state. No specific action is being performed by the end-user. |
Editing | A cell editor is currently active. |
Focused |
The focused row has changed. |
Row |
A row’s header is being dragged. The desired row’s VGrid |
Row |
A row header’s bottom edge is being dragged to change row height. The desired row’s VGrid |
Multi |
A multi-editor row cell’s separator is being dragged by the end-user. This action results in changing cell width. |
Header |
A row header panel’s right edge is being dragged to change the row header’s width. The width of the row header panel can also be changed using the CTRL-LEFT and CTRL-RIGHT key combinations. The control’s VGrid |
Record |
A record’s right edge is being dragged to change record width. The control’s VGrid |
Disposed | A vertical grid is being disposed of. |
#Remarks
Use the State property to determine which action is being performed by an end-user.