ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ValidationEntry Class / Owner Property

In This Topic
    Owner Property (ValidationEntry)
    In This Topic
    Gets the object that owns the validation entry.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As Object
    public object Owner {get;}

    Property Value

    An System.Object representing the owner of the validation entry.
    See Also