Redraw Property (DropDownCalendar)
Gets or sets a value that indicates whether the view is refreshed.
public bool Redraw {get; set;}
'Declaration
Public Property Redraw As Boolean
'Usage
Dim instance As DropDownCalendar
Dim value As Boolean
instance.Redraw = value
value = instance.Redraw
Property Value
A
bool type that represents the value. The default is
true..