Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
700
DateTimePicker.Checked, DateTimePicker.ShowCheckBox
posted

Hello,

 The current version of MS DateTimePicker has a property "Checked" and an option "ShowCheckbox" which don't appear to be supported by the newest Infragistics NetAdvantage for Win DateTimeEditor.  Is there something I'm missing or is there a workaround or will that support be coming soon?

Parents
  • 469350
    Verified Answer
    Offline posted

    You are not missing anything. The UltraDateTimeEditor doesn't support this property. But it has something better... or at least a lot more flexible. :)

    You can use the ButtonsRight and/or ButtonsLeft collection of the control to add buttons to UltraDateTimeEditor. Soif you want to add a checxbox, you could add a StateButton and set it to checkbox style. Then you would have the EditorButtonClick event of the control to set the value. 

Reply Children