Replies: 1 comment 3 replies
-
Hi, Sure, that should be easy enough to add. But you would still have to use reflection to read the properties, no? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Would it be possible to add public properties to the various attributes to capture their constructor arguments?
My use case is that, on app initialization, I generate a list of column names from properties on my row model, and having easy access to the constructor values would be tremendously helpful instead of having to use reflection to look at the constructor arguments. Similarly, I'd like to have easy access to column ordering info.
An example would be:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions