iOSDatePicker.Enabled

From Xojo Documentation

Property (As Boolean )
aiOSDatePicker.Enabled = newBooleanValue
or
BooleanValue = aiOSDatePicker.Enabled

Supported on Mobile (iOS).

Indicates if the DatePicker is enabled or disabled.

Sample Code

Disable a date picker:

StartDatePicker.Enabled = False