Hi Ulisses
Thank you for contacting Synfusion Support.
We have checked the reported requirement to have the mask with ButtonEdit. To achieve this requirement, you can load the MaskedEditBox in ButtonEdit using TextBox property as shown in the below code example:
Code:[C#]
this.buttonEdit1.TextBox = this.maskedEditBox1;
this.maskedEditBox1.Mask = "##:##";
|
Please try this solution and let us know it if is helpful.
Regards
Vijayalakshmi V.R.