VGridControlBase.GetRowErrorType(RowProperties) Method
Gets an error icon type for the focused cell or for the entire record.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
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