Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
meGVGMF
1051 Views, 19 Replies

Clearing/unsetting textual custom iProperty value via `ModelStateTableCell` object

Hi

 

I was wondering how to clear the value from a textual custom iProperty via the `ModelStateTable` object.

 

I've tried setting it to a string of `"<Empty>"` (after seeing this at some point in the GUI dialog and getting it to work there), but this sets the `ModelStateTableCell.IsValid` property to false, and setting it simply to an actually empty `""` immediately throws an error.

 

None of the methods on the `ModelStateTableCell` class seem like they would help.

 

Is there nothing I can do to accomplish this?

 

Thanks