FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / Redraw Property

In This Topic
    Redraw Property (C1FlexGrid)
    In This Topic
    Gets or sets whether the grid should paint its contents.
    Syntax
    'Declaration
     
    
    Public Property Redraw As Boolean
    public bool Redraw {get; set;}
    Remarks
    This property is deprecated. Use the BeginUpdate and EndUpdate methods instead.
    See Also