FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.8 Assembly / C1.Win.DxToolkit Namespace / DxControl Class / PresentationFrozen Property

In This Topic
    PresentationFrozen Property (DxControl)
    In This Topic
    Gets or sets a flag preventing the control from redrawing (if set to True).
    Syntax
    'Declaration
     
    Public Property PresentationFrozen As Boolean
    public bool PresentationFrozen {get; set;}
    See Also