Replies: 2 comments
-
Hello, 'MovGP0! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future! |
Beta Was this translation helpful? Give feedback.
0 replies
-
It should probably be changed to a struct |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Describe the problem this feature would solve
There is no default constructor on
ui:SortDescription
, so I cannot use them in XAML like:Describe the solution
There should be a default constructor on the class and the properties should be bindable in XAML.
Workaround
It is currently only possible to set it in code behind:
Beta Was this translation helpful? Give feedback.
All reactions