Skip to main content
A newer version of this page is available. .
All docs
V22.1

DisplayDeleteOperationError Enum

Lists the values that specify the GridValidateRowDeletionEventArgs.DisplayErrorMode property.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v22.1.dll

NuGet Package: DevExpress.Mvvm

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