ASP.NET Pack Programmer's Guide
DateTimePicker.PopupAlignTop Property
See Also
 





Gets or sets a value indicating whether the popups should align to the upper side of the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool PopupAlignTop { get; set; }

Visual Basic  Copy Code

Public Property PopupAlignTop As Boolean

 Property Value

Type: Boolean
true if the popups should align to the top, otherwise false. Default value is false.

 See Also

DateTimePicker Members
DateTimePicker Class
MindFusion.UI.WebForms Namespace