ClassNumericInputTextInput
Class
Represents a text input control specialized for numeric input within a RadNumericInput control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class NumericInputTextInput : RadTextInput, IRadTextInput, IEntry, IView, IElement, ITransform, ITextInput, IText, ITextStyle, IPlaceholder, ITextAlignment
Inheritance: objectRadTextInputNumericInputTextInput
Implements:
Constructors
NumericInputTextInput()
Initializes a new instance of the NumericInputTextInput class.
Declaration
cs-api-definition
public NumericInputTextInput()
Methods
OnHandlerChanged()
Declaration
cs-api-definition
protected override void OnHandlerChanged()
OnPropertyChanged(string)
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName