Skip to main content
All docs
V23.2

DeleteValidationArgs(Object[]) Constructor

Initializes a new instance of the DeleteValidationArgs class with specified settings.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public DeleteValidationArgs(
    object[] items
)

Parameters

Name Type Description
items Object[]

An array of rows that a user wants to delete.

See Also