FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / ParagraphItem Class / Owner Property

In This Topic
    Owner Property (ParagraphItem)
    In This Topic
    Gets or sets the ParagraphField object owning this object.
    Syntax
    'Declaration
     
    Public Overridable Property Owner As ParagraphField
    public virtual ParagraphField Owner {get; set;}
    See Also