[]
Gets or sets a value that indicates whether the view is refreshed.
[Browsable(false)]
public bool Redraw { get; set; }
<Browsable(False)>
Public Property Redraw As Boolean
Type | Description |
---|---|
bool | A bool type that represents the value. The default is true.. |
If this property is set to false, the DropDownCalendar does not refresh, so nothing is shown when the calendar is dropped down.