Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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