Spread Windows Forms 12.0 Product Documentation
Redraw Property (DropDownCalendar)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : Redraw Property
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

Reference

DropDownCalendar Class
DropDownCalendar Members