Class RadNumericInput
Represents a templated input control for numeric data.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadNumericInput : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
RadNumericInput()
Declaration
public RadNumericInput()
Fields
ActualDecreaseButtonStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualDecreaseButtonStyleProperty
Field Value
Microsoft.
|
ActualIncreaseButtonStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualIncreaseButtonStyleProperty
Field Value
Microsoft.
|
ActualTextInputStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualTextInputStyleProperty
Field Value
Microsoft.
|
BackgroundColorProperty
Identifies the Background
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Microsoft.
|
BackgroundProperty
Identifies the Background property.
Declaration
public static readonly BindableProperty BackgroundProperty
Field Value
Microsoft.
|
BorderBrushProperty
Identifies the Border
Declaration
public static readonly BindableProperty BorderBrushProperty
Field Value
Microsoft.
|
BorderThicknessProperty
Identifies the Border
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Microsoft.
|
CornerRadiusProperty
Identifies the Corner
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Microsoft.
|
DecreaseButtonStyleProperty
Identifies the Decrease
Declaration
public static readonly BindableProperty DecreaseButtonStyleProperty
Field Value
Microsoft.
|
DecreaseButtonTextProperty
Identifies the Decrease
Declaration
public static readonly BindableProperty DecreaseButtonTextProperty
Field Value
Microsoft.
|
DecreaseCommandProperty
Identifies the Decrease
Declaration
public static readonly BindableProperty DecreaseCommandProperty
Field Value
Microsoft.
|
IncreaseButtonStyleProperty
Identifies the Increase
Declaration
public static readonly BindableProperty IncreaseButtonStyleProperty
Field Value
Microsoft.
|
IncreaseButtonTextProperty
Identifies the Increase
Declaration
public static readonly BindableProperty IncreaseButtonTextProperty
Field Value
Microsoft.
|
IncreaseCommandProperty
Identifies the Increase
Declaration
public static readonly BindableProperty IncreaseCommandProperty
Field Value
Microsoft.
|
IsReadOnlyProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsReadOnlyProperty
Field Value
Microsoft.
|
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Microsoft.
|
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Microsoft.
|
StepProperty
Identifies the Step property.
Declaration
public static readonly BindableProperty StepProperty
Field Value
Microsoft.
|
StringFormatProperty
Identifies the String
Declaration
public static readonly BindableProperty StringFormatProperty
Field Value
Microsoft.
|
TextInputStyleProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextInputStyleProperty
Field Value
Microsoft.
|
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.
|
Properties
ActualDecreaseButtonStyle
Gets the actual style that is used to style the decrease button.
Declaration
public Style ActualDecreaseButtonStyle { get; }
Property Value
Microsoft.
|
ActualIncreaseButtonStyle
Gets the actual style that is used to style the increase button.
Declaration
public Style ActualIncreaseButtonStyle { get; }
Property Value
Microsoft.
|
ActualTextInputStyle
Gets the actual style that is used to style the text input.
Declaration
public Style ActualTextInputStyle { get; }
Property Value
Microsoft.
|
Background
Gets or sets the background brush of the control.
Declaration
public Brush Background { get; set; }
Property Value
Microsoft.
|
BackgroundColor
Gets or sets the background color of the control.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Microsoft.
|
BorderBrush
Gets or sets the border brush of the control.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Microsoft.
|
BorderThickness
Gets or sets the border thickness of the control.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Microsoft.
|
CornerRadius
Gets or sets the corner radius of the control.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
Microsoft.
|
DecreaseButtonStyle
Gets or sets the style of the decrease button.
Declaration
public Style DecreaseButtonStyle { get; set; }
Property Value
Microsoft.
|
DecreaseButtonText
Gets or sets a Decrease
Declaration
public string DecreaseButtonText { get; set; }
Property Value
System.
|
DecreaseCommand
Gets or sets a Decrease
Declaration
public ICommand DecreaseCommand { get; set; }
Property Value
System.
|
IncreaseButtonStyle
Gets or sets the style of the increase button.
Declaration
public Style IncreaseButtonStyle { get; set; }
Property Value
Microsoft.
|
IncreaseButtonText
Gets or sets a Increase
Declaration
public string IncreaseButtonText { get; set; }
Property Value
System.
|
IncreaseCommand
Gets or sets a Increase
Declaration
public ICommand IncreaseCommand { get; set; }
Property Value
System.
|
IsReadOnly
Gets or sets a Is
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.
|
Maximum
Gets or sets a Maximum.
Declaration
public double Maximum { get; set; }
Property Value
System.
|
Minimum
Gets or sets a Minimum.
Declaration
public double Minimum { get; set; }
Property Value
System.
|
Step
StringFormat
Gets or sets a String
Declaration
public string StringFormat { get; set; }
Property Value
System.
|
TextInputStyle
Gets or sets the style of the text input.
Declaration
public Style TextInputStyle { get; set; }
Property Value
Microsoft.
|
Value
Gets or sets a Value.
Declaration
public Nullable<double> Value { get; set; }
Property Value
System.
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides
OnChildRemoved(Element, Int32)
Declaration
protected override void OnChildRemoved(Element child, int oldLogicalIndex)
Parameters
Microsoft.
|
System.
|
Overrides
OnHandlerChanged()
Declaration
protected override void OnHandlerChanged()
Overrides
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|
Overrides
OnPropertyChanging(String)
Declaration
protected override void OnPropertyChanging(string propertyName = null)
Parameters
System.
|
Events
ValueChanged
Occures after the Value is changed.
Declaration
public event EventHandler<ValueChangedEventArgs<Nullable<double>>> ValueChanged
Event Type
System.
|