Class CalculatorBase
Inheritance
System.Object
CalculatorBase
Namespace: Telerik.UI.Xaml.Controls.Calculator
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CalculatorBase : Control
Constructors
CalculatorBase()
Declaration
public CalculatorBase()
Fields
DecimalSeparatorProperty
Declaration
public static readonly DependencyProperty DecimalSeparatorProperty
Field Value
Microsoft.
|
HistoryProperty
Declaration
public static readonly DependencyProperty HistoryProperty
Field Value
Microsoft.
|
HistoryPropertyKey
Declaration
public static readonly DependencyPropertyKey HistoryPropertyKey
Field Value
MemoryButtonsVisibilityProperty
Declaration
public static readonly DependencyProperty MemoryButtonsVisibilityProperty
Field Value
Microsoft.
|
MemoryValueProperty
Declaration
public static readonly DependencyProperty MemoryValueProperty
Field Value
Microsoft.
|
OperationsProperty
Declaration
public static readonly DependencyProperty OperationsProperty
Field Value
Microsoft.
|
PendingOperationProperty
Declaration
public static readonly DependencyProperty PendingOperationProperty
Field Value
Microsoft.
|
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Microsoft.
|
Properties
DecimalSeparator
Declaration
public string DecimalSeparator { get; set; }
Property Value
System.
|
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
System.
|
History
Declaration
public string History { get; }
Property Value
System.
|
MemoryButtonsVisibility
Declaration
public Visibility MemoryButtonsVisibility { get; set; }
Property Value
Microsoft.
|
MemoryValue
Declaration
public object MemoryValue { get; set; }
Property Value
System.
|
Operations
Value
Declaration
public object Value { get; set; }
Property Value
System.
|
Methods
OnPointerPressed(PointerRoutedEventArgs)
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnValueChanged(Decimal, Decimal)
Declaration
protected virtual void OnValueChanged(Decimal oldValue, Decimal newValue)
Parameters
System.
|
System.
|
RegisterCommands()
Declaration
public static void RegisterCommands()
Events
ValueChanged
Declaration
public event EventHandler<ValueChangedEventArgs> ValueChanged
Event Type
System.
|