Skip to main content
All docs
V24.2

DisplayDeleteOperationError Enum

Lists the values that specify the GridValidateRowDeletionEventArgs.DisplayErrorMode property.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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