Skip to main content
A newer version of this page is available. .

VGridControlBase.GetRowErrorType(RowProperties) Method

Gets an error icon type for the focused cell or for the entire record.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public virtual ErrorType GetRowErrorType(
    RowProperties props
)

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