Skip to main content
All docs
V25.1
  • .NET 8.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.v25.1.dll

    Declaration

    public Frame SourceFrame { get; }

    Property Value

    Type Description
    Frame

    The Frame of the Controller that validates objects.

    See Also