DisplayDeleteOperationError Enum
In This Article
Lists the values that specify the GridValidateRowDeletionEventArgs.DisplayErrorMode property.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Show
|
An error is displayed in the message box. |
Disabled
|
An error is not displayed. |
#Related API Members
The following properties accept/return DisplayDeleteOperationError values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Delete |
WPF Controls | Grid |
See Also