Forum Discussion

1 Reply


  • Hi Sam,


     


    As the property is applied to the TcxDateEdit object, you need to get it first. Here is the example:




    function test()


    {


      var cntlDateEdit = UserForms.UserForm1.cxDateEdit1;


      cntlDateEdit.Properties.InputKind = "ikStandard"; 


    }