Skip to main content
All docs
V25.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.v25.2.dll

    NuGet Package: DevExpress.Persistent.Base

    Declaration

    public Frame SourceFrame { get; }

    Property Value

    Type Description
    Frame

    The Frame of the Controller that validates objects.

    See Also