FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PdfDocumentSource Class / Dirty Property

In This Topic
    Dirty Property (C1PdfDocumentSource)
    In This Topic
    Gets a value indicating whether the current content is dirty and does not correspond to the current values of Paginated etc.
    Syntax
    'Declaration
     
    Public ReadOnly Property Dirty As Boolean
    public bool Dirty {get;}
    See Also