Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Although there is a public bindable EntryVisibilityProperty, it cannot be utilized since EntryVisibility itself is private, unlike other bound fields. Please make that field public.
Suggestion: As it would be virtually pointless to have both EntryVisibility = Visibility.Collapsed (or Hidden) and UpDownPlacementMode = NumericEntryUpDownPlacementMode.Hidden (there would be nothing visible, except possibly the Clear button!):
Why not simply add further enumerations for NumericEntryUpDownPlacementMode and let those directly control EntryVisibility?