skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadNumericBox

Inheritance
System.Object
RadControl
RadHeaderedControl
RangeControlBase
RangeInputBase
RadNumericBox
Inherited Members
RangeInputBase.SmallChangeProperty
RangeInputBase.LargeChangeProperty
RangeInputBase.SmallChange
RangeInputBase.LargeChange
RangeControlBase.MinimumProperty
RangeControlBase.MaximumProperty
RangeControlBase.Minimum
RangeControlBase.Maximum
RadHeaderedControl.HeaderProperty
RadHeaderedControl.HeaderTemplateProperty
RadHeaderedControl.HeaderStyleProperty
RadHeaderedControl.Header
RadHeaderedControl.HeaderTemplate
RadHeaderedControl.HeaderStyle
RadControl.EndVisualStateUpdate(Boolean, Boolean)
RadControl.UpdateVisualState(Boolean)
RadControl.BeginVisualStateUpdate()
RadControl.SetVisualState(String, Boolean)
RadControl.CanUpdateVisualState()
RadControl.MeasureOverride(Size)
RadControl.ArrangeOverride(Size)
RadControl.OnApplyTemplate()
RadControl.OnIsEnabledChanged(Boolean, Boolean)
RadControl.LoadCore()
RadControl.OnLoaded()
RadControl.UnloadCore()
RadControl.CurrentVisualState
RadControl.IsLoaded
RadControl.IsLoading
RadControl.IsUnloaded
RadControl.WasUnloaded
RadControl.IsTemplateApplied
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class RadNumericBox : RangeInputBase, ICultureAware

Constructors

RadNumericBox()

Declaration
public RadNumericBox()

Fields

AcceptsDecimalSeparatorProperty

Declaration
public static readonly DependencyProperty AcceptsDecimalSeparatorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

AllowNullValueProperty

Declaration
public static readonly DependencyProperty AllowNullValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ButtonsVisibilityProperty

Declaration
public static readonly DependencyProperty ButtonsVisibilityProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DecimalSeparatorKeyProperty

Declaration
public static readonly DependencyProperty DecimalSeparatorKeyProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DecreaseButtonStyleProperty

Declaration
public static readonly DependencyProperty DecreaseButtonStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IncreaseButtonStyleProperty

Declaration
public static readonly DependencyProperty IncreaseButtonStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

InputScopeProperty

Declaration
public static readonly DependencyProperty InputScopeProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsEditableProperty

Declaration
public static readonly DependencyProperty IsEditableProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

TextBoxVisibilityProperty

Declaration
public static readonly DependencyProperty TextBoxVisibilityProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ValueFormatProperty

Declaration
public static readonly DependencyProperty ValueFormatProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ValueFormatSelectorProperty

Declaration
public static readonly DependencyProperty ValueFormatSelectorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ValueProperty

Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ValueStringProperty

Declaration
public static readonly DependencyProperty ValueStringProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

WatermarkProperty

Declaration
public static readonly DependencyProperty WatermarkProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

WatermarkTemplateProperty

Declaration
public static readonly DependencyProperty WatermarkTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

AcceptsDecimalSeparator

Declaration
public bool AcceptsDecimalSeparator { get; set; }
Property Value
System.Boolean

AllowNullValue

Declaration
public bool AllowNullValue { get; set; }
Property Value
System.Boolean

ButtonsVisibility

Declaration
public Visibility ButtonsVisibility { get; set; }
Property Value
Microsoft.UI.Xaml.Visibility

DecimalSeparatorKey

Declaration
public int DecimalSeparatorKey { get; set; }
Property Value
System.Int32

DecreaseButtonStyle

Declaration
public Style DecreaseButtonStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

IncreaseButtonStyle

Declaration
public Style IncreaseButtonStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

InputScope

Declaration
public InputScopeNameValue InputScope { get; set; }
Property Value
Microsoft.UI.Xaml.Input.InputScopeNameValue

IsEditable

Declaration
public bool IsEditable { get; set; }
Property Value
System.Boolean

TextBoxVisibility

Declaration
public Visibility TextBoxVisibility { get; set; }
Property Value
Microsoft.UI.Xaml.Visibility

Value

Declaration
public Nullable<double> Value { get; set; }
Property Value
System.Nullable<System.Double>

ValueFormat

Declaration
public string ValueFormat { get; set; }
Property Value
System.String

ValueFormatSelector

Declaration
public IFormatSelector ValueFormatSelector { get; set; }
Property Value
IFormatSelector

ValueString

Declaration
public string ValueString { get; }
Property Value
System.String

Watermark

Declaration
public object Watermark { get; set; }
Property Value
System.Object

WatermarkTemplate

Declaration
public DataTemplate WatermarkTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

Methods

ApplyTemplateCore()

Declaration
protected override bool ApplyTemplateCore()
Returns
System.Boolean

Overrides
RadControl.ApplyTemplateCore()

ComposeVisualStateName()

Declaration
protected override string ComposeVisualStateName()
Returns
System.String

Overrides
RadControl.ComposeVisualStateName()

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer

Overrides
RangeInputBase.OnCreateAutomationPeer()

OnGotFocus(RoutedEventArgs)

Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.RoutedEventArgs e

OnPointerWheelChanged(PointerRoutedEventArgs)

Declaration
protected override void OnPointerWheelChanged(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

OnTemplateApplied()

Declaration
protected override void OnTemplateApplied()
Overrides
RangeControlBase.OnTemplateApplied()

OnValueChanged()

Declaration
protected virtual void OnValueChanged()

UnapplyTemplateCore()

Declaration
protected override void UnapplyTemplateCore()
Overrides
RadControl.UnapplyTemplateCore()

Events

ValueChanged

Declaration
public event EventHandler ValueChanged
Event Type
System.EventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.