Posted 10 February 2018, 8:29 am EST
How to check the value of a Boolean Datatype (editor.text isnothing)?
Forums Home / ComponentOne / WinForms Edition
Posted by: joan.haesen on 10 February 2018, 8:29 am EST
Posted 10 February 2018, 8:29 am EST
How to check the value of a Boolean Datatype (editor.text isnothing)?
Posted 12 February 2018, 7:35 am EST
Hello,
To check the value of Boolean Datatype in C1 Flexgrid ‘ValidateEdit’ event, you can use the “ValidateEditEventArgs.CheckBox” property to check the value.
See the Sample Code for reference.
Thanks
Mohit