The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
is it possible to suppress the calculator button when using the currencyTextBox? i dont need the calculator to appear on the UI. is there some property that will let me hide this?
ADAdministrator Syncfusion Team July 28, 2003 03:39 PM UTC
Hi Sajid,
Please set this.currencyEdit1.ShowCalculator = false; and comment out the method calculatorControl1_ValueCalculated(object sender, Syncfusion.Windows.Forms.Tools.CalculatorValueCalculatedEventArgs arg)
Let me know if this is what you are looking for.
Regards,
Guru Patwal.