TreeViewControl.ItemsSourceErrorInfoShowMode Property
Gets or sets the data error display mode. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| ItemsSourceErrorInfoShowMode | A ItemsSourceErrorInfoShowMode enumeration value that specifies displayed data error types. |
Available values:
| Name | Description |
|---|---|
| RowAndCell | Both row and cell value errors are displayed. |
| Row | Only row errors are displayed. |
| Cell | Displays only cell value errors. |
| None | No error is displayed. |
Remarks
Refer to the following help topic for additional information: Error Notification.
See Also