VGridControlBase.GetRowErrorType(RowProperties) Method
Gets an error icon type for the focused cell or for the entire record.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| props | RowProperties | A RowProperties object that represents the row item that contains an error cell. |
Returns
| Type | Description |
|---|---|
| ErrorType | A ErrorType value that represents the error icon type. |
See Also