Version

HideDropDowns Property (WebDateChooser)

Determines whether other dropdowns on the page should be hidden, to prevent them from displaying over the calendar dropdown.

Syntax
'Declaration
 
Public Property HideDropDowns As Boolean
public bool HideDropDowns {get; set;}
Remarks

If a dropdown (Html Select element) is located in the same screen area where the Calendar will be displayed, it is possible for the Html Select element, to be drawn on top of the Calendar. In order to fix this drawing problem, this property should be set to true.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also