Interface
IRadNumericUpDown

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadNumericUpDown : IRangeBase, IControl, IFrameworkElement, ITargetElement

Derived Classes: RadNumericUpDownRadNumericUpDown

Inherited Members IRangeBase.MinimumIRangeBase.MaximumIRangeBase.SmallChangeIRangeBase.LargeChangeIRangeBase.ValueIControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

ContentText

Gets the current text content held by the textbox. Uses an automation property taking the value from the NumericUpDown control.

Declaration

cs-api-definition
string ContentText { get; }

Property Value

string

CustomUnit

Gets the custom unit applied for the NumericUpDown. Uses an automation property taking the value from the NumericUpDown control.

Declaration

cs-api-definition
string CustomUnit { get; }

Property Value

string

Delay

Gets the NumericUpDown delay value (in milliseconds). Uses an automation property taking the value from the NumericUpDown control.

Declaration

cs-api-definition
int Delay { get; }

Property Value

int

IsEditable

Gets whether the NumericUpDown is editable. Uses an automation property taking the value from the NumericUpDown control.

Declaration

cs-api-definition
bool IsEditable { get; }

Property Value

bool

IsFocused

Gets whether the NumericUpDown is focused. Uses an automation property taking the value from the NumericUpDown control.

Declaration

cs-api-definition
bool IsFocused { get; }

Property Value

bool

RepeatInterval

Gets the NumericUpDown repeat interval value (in milliseconds). Uses an automation property taking the value from the NumericUpDown control.

Declaration

cs-api-definition
int RepeatInterval { get; }

Property Value

int

TextBoxElement

Gets the PickerTextBox element.

Declaration

cs-api-definition
FrameworkElement TextBoxElement { get; }

Property Value

FrameworkElement

Methods

DecreaseValue()

Simulates user clicking on the 'decrease' spin button.

Declaration

cs-api-definition
void DecreaseValue()

IncreaseValue()

Simulates user clicking on the 'increase' spin button.

Declaration

cs-api-definition
void IncreaseValue()