VGridControlBase.GetRowErrorType(RowProperties) Method
In This Article
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 | Row |
A Row |
#Returns
Type | Description |
---|---|
Error |
A Error |
See Also