Skip to main content

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.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

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