'Declaration
Public Property AllowDrop As Boolean
'Usage
Dim instance As DateTimeDropDown Dim value As Boolean instance.AllowDrop = value value = instance.AllowDrop
public bool AllowDrop {get; set;}
Property Value
true to allow a drop; otherwise, false.The default is true.