DisplayDeleteOperationError Enum
Lists the values that specify the GridValidateRowDeletionEventArgs.DisplayErrorMode property.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
ShowMessageBox
|
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 | DeleteValidationArgs.DisplayErrorMode |
WPF Controls | GridValidateRowDeletionEventArgs.DisplayErrorMode |
See Also