Android Question anotherdatepicker enabled property

apty

Active Member
Licensed User
Longtime User
i have noticed anotherdatepicker has a member property for enabling/disabling it on the designer. When i try in code behind, the same is not available. How can i achieve something like the below?
B4X:
AnotherDatePicker1.Enabled=False
 
Top