Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

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.v21.2.dll

Declaration

public Frame SourceFrame { get; }

Property Value

Type Description
Frame

The Frame of the Controller that validates objects.

See Also