GrapeCity MultiRow Windows Forms Documentation
DroppedDown Property (DateTimePickerEditingControl)


Gets or sets a value that indicates whether the calendar is shown.
Syntax
Public Property DroppedDown As Boolean
Dim instance As DateTimePickerEditingControl
Dim value As Boolean
 
instance.DroppedDown = value
 
value = instance.DroppedDown
public bool DroppedDown {get; set;}

Property Value

true if the calendar is shown; otherwise, false.
Requirements

Target Platforms: 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

Reference

DateTimePickerEditingControl Class
DateTimePickerEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.