InterfaceIRadNumericUpDown
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public interface IRadNumericUpDown : IRangeBase, IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
ContentText
Gets the current text content held by the textbox. Uses an automation property taking the value from the NumericUpDown control.
CustomUnit
Gets the custom unit applied for the NumericUpDown. Uses an automation property taking the value from the NumericUpDown control.
Delay
Gets the NumericUpDown delay value (in milliseconds). Uses an automation property taking the value from the NumericUpDown control.
IsEditable
Gets whether the NumericUpDown is editable. Uses an automation property taking the value from the NumericUpDown control.
IsFocused
Gets whether the NumericUpDown is focused. Uses an automation property taking the value from the NumericUpDown control.
RepeatInterval
Gets the NumericUpDown repeat interval value (in milliseconds). Uses an automation property taking the value from the NumericUpDown control.
TextBoxElement
Gets the PickerTextBox element.
Declaration
FrameworkElement TextBoxElement { get; }
Property Value
Methods
DecreaseValue()
Simulates user clicking on the 'decrease' spin button.
Declaration
void DecreaseValue()
IncreaseValue()
Simulates user clicking on the 'increase' spin button.
Declaration
void IncreaseValue()