[DevExpress Support Team: CLONED FROM T954426: Input Masks in Editors - WinForms Cheat Sheet]
Can I confirm the following and also wonder whether there is a plan to bring any of it back?:
We can no longer bind mask expressions and types to controls
Hello Simon,
I am afraid the issue and your usage scenario are not entirely clear. Would you please describe them in greater detail or share a small sample project that illustrates what you mean? This information will help us precisely address your inquiry.
Scenario
I have a customer form. Name / Country Code / Phone
I have a table of countries. Code / Name / PhoneRegex / PhoneMaskType
Say there is a country lookup edit that changes Customer.CountryCode using a countrybindingsource BindingSource where the Datasource to the country table.
because the country bindingsource selected row changes, I used to be able to bind the mask expression to countrybindingsource.PhoneRegex and the MaskType to countrybindingsource.PhoneMaskType.
Will this ever be possible again?