Skip to main content
All docs
V23.2

DisplayDeleteOperationError Enum

Lists the values that specify the GridValidateRowDeletionEventArgs.DisplayErrorMode property.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public enum DisplayDeleteOperationError

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