New to Telerik UI for WinUI? Download free 30-day trial

Calculator Picker

The RadCalculatorPicker control is a drop down button with a RadCalculator in its drop down content. The button content shows the calculated value of the calculator.

Defining RadCalculatorPicker

<telerikControls:RadCalculatorPicker Height="30" Width="200" />      
The telerikControls namespace points to xmlns:telerikControls="using:Telerik.UI.Xaml.Controls".

RadCalculatorPicker example

A picture showing RadCalculatorPicker

The drop down state can be controlled manually with the IsDropDownOpen property of RadCalculatorPicker.

Opening the drop down content in code

this.calculatorPicker.IsDropDownOpen = true; 

See Also

In this article
Not finding the help you need?