Relative Content

Tag Archive for .net-coremobilemauimaui-community-toolkit

in Maui when making a composite control how to handle using a trigger or another

I want to make a composite control that has a grid some labels boxes and an entry
so that I can reuse it in almost all of the entry data points in my app, I have some triggers that handle validation triggerText only allows text to be entered triggerNumbers only allow numbers to be entered etc
I cannot figure out how to tell my composite control to use one trigger or the other
something like this <control:MySuperEntryControl LabelText=”{Bindable mylabelText}” EntryText=”{Bindable myEntryText}” and Something something use this particular trigger />