Replies: 1 comment 1 reply
-
You should be able to use the following: [ObservableAsProperty]
[property: DisplayFormat(DataFormatString = "n0")]
private decimal _totalAmount; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add some DataAnnotation to the generated properties when using [Reactive] and [ObservableAsProperty].
Is this possible or any workaround without manually write the properties.
Eg:
Desirable outcome
Beta Was this translation helpful? Give feedback.
All reactions