On the Table you can pass in a property PageSize. The issue is that this is not a bound property.
I need a way to either bind to that value and get the updated page size when it is changed in the dropdown, or an OnChanged event that will fire when the dropdown is changed.

On the Table you can pass in a property

PageSize. The issue is that this is not a bound property.I need a way to either bind to that value and get the updated page size when it is changed in the dropdown, or an
OnChangedevent that will fire when the dropdown is changed.