MindFusion.UI for WebForms Programmer's Guide

DatePicker.get_popupAlignTop Method

See Also
 



Gets a value indicating whether the popup calendar should align to the upper side of the control.

Namespace: MindFusion.UI.Web
Assembly: DatePicker.js

 Syntax

JavaScript  Copy Code

function get_popupAlignTop ()

 Return Value

Type: Boolean
True if popup calendar should align to the upper side of the control, otherwise false.

 See Also