Message 1 of 20
Clearing/unsetting textual custom iProperty value via `ModelStateTableCell` object

Not applicable
01-17-2023
06:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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