When adding persistent fields of a dataset using the Fields Editor, the field names are concatenated to the dataset as TableMyField
, I can then access the persistent field's DisplayFormat
property in my code as:
TableMyField.DisplayFormat
However, if I don't use the Fields Editor and don't use persistent fields, how can I access the DisplayFormat
property at run time?