Skip to main content
All docs
V23.2
.NET 6.0+

ValidationCompletedEventArgs.SourceFrame Property

The Frame of the Controller that validates objects. Only WinForms applications use this property.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public Frame SourceFrame { get; }

Property Value

Type Description
Frame

The Frame of the Controller that validates objects.

See Also