Back to Devexpress

DataViewBase.ItemsSourceErrorInfoShowMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-c2529711.md

latest2.1 KB
Original Source

DataViewBase.ItemsSourceErrorInfoShowMode Property

Gets or sets data error types to be visualized by a data-aware control (e.g. GridControl). This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ItemsSourceErrorInfoShowMode ItemsSourceErrorInfoShowMode { get; set; }
vb
Public Property ItemsSourceErrorInfoShowMode As ItemsSourceErrorInfoShowMode

Property Value

TypeDescription
DevExpress.Xpf.Grid.ItemsSourceErrorInfoShowMode

A DevExpress.Xpf.Grid.ItemsSourceErrorInfoShowMode enumeration value that specifies data error types to be visualized.

|

Remarks

There are two data error types that can be visualized by a data-aware control: cell value error and row error. By default, the value of the ItemsSourceErrorInfoShowMode property is set to RowAndCell , so both data error types are visualized.

The ItemsSourceErrorInfoShowMode property can be set to one of the following:

Enum valueDescription
NoneNeither row nor cell value error are visualized
RowOnly a row error is visualized
CellOnly a cell value error is visualized
RowAndCellBoth row and cell value errors are visualized

To learn more, see Error Notification.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace