Skip to main content
.NET 6.0+

DeleteContextValidatingEventArgs.DeletingObject Property

Gets an object that will be deleted.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v23.2.dll

Declaration

public object DeletingObject { get; }

Property Value

Type Description
Object

An object that will be deleted.

Remarks

Contains a null value if an object is already marked as deleted, or refers to an object that will be deleted.

See Also