Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / Redraw Property


In This Topic
    Redraw Property (DropDownCalendar)
    In This Topic
    Gets or sets a value that indicates whether the view is refreshed.
    Syntax
    'Declaration
     
    
    Public Property Redraw As Boolean
    'Usage
     
    
    Dim instance As DropDownCalendar
    Dim value As Boolean
     
    instance.Redraw = value
     
    value = instance.Redraw
    public bool Redraw {get; set;}

    Property Value

    A bool type that represents the value. The default is true..
    Remarks
    If this property is set to false, the DropDownCalendar does not refresh, so nothing is shown when the calendar is dropped down.
    See Also