Skip to main content
All docs
V24.2

DeleteValidationArgs(Object[]) Constructor

In This Article

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.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