Applies to
EditMask controls
Description
Specifies that the control uses a drop-down calendar to display and select dates when the MaskDataType is DateMask! or DateTimeMask!.
Usage
In a painter
To set the DropDownCalendar property:
-
Select or clear the DropDownCalendar check box on the Mask page in the Properties view
In scripts
The DropDownCalendar property takes a boolean value. The default is false. This example specifies that the EditMask control uses a drop-down calendar:
em_1.DropDownCalendar = true